{# /** * @file * Magazine+'s theme override for the block entity refernece field for the tabs powered custom block * * @see magazineplus_preprocess_field__field_mt_content_tabs() */ #} {% set classes = [ 'field', 'field--name-' ~ field_name|clean_class, 'field--type-' ~ field_type|clean_class, 'field--label-' ~ label_display, ] %} {% set title_classes = [ 'field__label', label_display == 'visually_hidden' ? 'visually-hidden', ] %} {{ attach_library('magazineplus/field-mt-pricing-table') }} {% if not label_hidden %} {{ label }} {% endif %}
{% for item in items %}
{{ item.content['#paragraph'].get('field_mt_pt_title').value }}
{{ item.content['#paragraph'].get('field_mt_pt_price').value }}
{{ item.content }}
{% endfor %}