Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_gantry5/templates/forms/fields/container/set.html.twig
Назад
{% extends 'forms/' ~ layout|default('field') ~ '.html.twig' %} {# Not overridable #} {% block overridable %} {% endblock %} {% block contents %} {% if field.label %} <{{ field.tag|default('h5') }}>{{ field.label|trans_key('GANTRY5_FORM_FIELD', scope, name, 'LABEL') }}</{{ field.tag|default('h5') }}> {% endif %} <div{{ field.id ? (' id="' ~ field.id|e ~ '"')|raw }}> {% if field.fields %} {% for childName, child in field.fields %} {% if childName starts with '.' %} {% set childValue = current_value[childName[1:]] %} {% set childDefault = default_value[childName[1:]] %} {% set childName = name ~ childName %} {% else %} {% set container = child.type == 'container.tabs' %} {% set childValue = container ? current_value : nested(data, scope ~ childName) %} {% set childDefault = container ? default_value : nested(defaults, scope ~ childName) %} {% endif %} {% set child_overrideable = child.overridable is defined ? child.overridable : (child.overrideable is defined ? child.overrideable : true) %} {% if child.type and not child.skip and not(ignore_not_overrideable and not child_overrideable and childValue is null) and not(childValue is null and not_global_overrideable) %} {% include ["forms/fields/" ~ child.type|replace({'.': '/'}) ~ ".html.twig", 'forms/fields/unknown/unknown.html.twig'] with {name: childName, field: child, current_value: childValue, value: null, default_value: childDefault, overrideable: overrideable and child_overrideable } %} {% endif %} {% endfor %} {% endif %} </div> {% endblock %}
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка