-
{% for item in items %}
-
{# Translucent Background #}
{# /** * @file * Magazine+'s theme override for the main slideshow custom block * * @see magazineplus_preprocess_field__block_content__mt_main_slideshow_block() */ #} {{ attach_library('magazineplus/main-slideshow-block-init') }} {% set classes = [ 'field', 'field--name-' ~ field_name|clean_class, 'field--type-' ~ field_type|clean_class, 'field--label-' ~ label_display, 'field--mt-main-slideshow-block', 'clearfix', ] %} {% set title_classes = [ 'field__label', label_display == 'inline' ? 'inline', ] %}