{# /** * @file * Magazine+'s theme override for the main slideshow custom block * * @see magazineplus_preprocess_field__block_content__mt_main_slideshow_block() */ #} {{ attach_library('magazineplus/collapsible-block') }} {% set classes = [ 'field', 'field--name-' ~ field_name|clean_class, 'field--type-' ~ field_type|clean_class, 'field--label-' ~ label_display, 'field--mt-collapsible-block', 'clearfix', ] %} {% set title_classes = [ 'field__label', label_display == 'inline' ? 'inline', ] %} {% if not label_hidden %} {{ label }} {% endif %} {% if field_mt_cb_trigger_position_value == "top" %} {% endif %}
{% for item in items %} {{ item.content }} {% endfor %}
{% if field_mt_cb_trigger_position_value == "bottom" %} {% endif %}