{# /** * @file * Magazine+'s theme override for the block entity refernece field for the tabs powered custom block * * @see magazineplus_preprocess_field__block_content__mt_background_image_block() */ #} {{ attach_library('magazineplus/background-image-block') }} {% set classes = [ 'field', 'field--name-' ~ field_name|clean_class, 'field--type-' ~ field_type|clean_class, 'field--label-' ~ label_display, 'field--mt-background-image-block', 'clearfix', ] %} {% set title_classes = [ 'field__label', label_display == 'inline' ? 'inline', ] %} {% if not label_hidden %} {{ label }} {% endif %}
{% for item in items %} {{ item.content }} {% endfor %}