{% extends '@Toolbox/snippet-layout.html.twig' %} {% block snippet_content %} {% if editmode %}
{% if layoutStore|length > 0 %} {{ pimcore_select('ts_type', {'store' : layoutStore, reload: true, width: 300}) }}
{% endif %} {% if additionalClassesStore|length > 0 %} {{ pimcore_select('ts_add_classes', {'store' : additionalClassesStore, reload: true, width: 300}) }}
{% endif %} {{ pimcore_checkbox('use_light_box') }}
{% endif %} {% if editmode %}
{% endif %} {% if pimcore_select('ts_type').isEmpty() == false %} {% include '@Toolbox/snippet/teaser-' ~ pimcore_select('ts_type').getData() ~ '.html.twig' %} {% endif %} {% if editmode %}
{% endif %} {% endblock snippet_content %}