{% extends ajax-suffix ? "@gantry-admin/partials/ajax.html.twig" : "@gantry-admin/partials/base.html.twig" %} {% block gantry %}
{# Settings Pane #}
{% include '@gantry-admin/pages/configurations/layouts/particle-card.html.twig' with { title: item.title, blueprints: particle.form, overrideable: overrideable and (particle.form.overrideable is not defined or particle.form.overrideable), inherit: 'attributes' in item.inherit.include and item.inherit.outline in inheritance.form.fields.outline.filter ? item.inherit.outline : null } %}
{# Block Pane #} {% if extra %} {% endif %} {# Inheritance Pane #} {% if inheritance %} {% endif %}
{% endblock %}