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