{% 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 %}
{{ 'GANTRY5_PLATFORM_PARTICLE_PREVIEW'|trans }}
{% include '@gantry-admin/pages/configurations/layouts/particle-card.html.twig' with {
gantry: gantry,
title: 'GANTRY5_PLATFORM_BLOCK'|trans,
blueprints: extra.form,
data: {block: item.block},
prefix: 'block.',
inherit: 'block' in item.inherit.include and item.inherit.outline in inheritance.form.fields.outline.filter ? item.inherit.outline : null
} only %}