diff --git a/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_four.html.twig b/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_four.html.twig index dbbb219b49b3af68113245f428bd714fe922db20..a2d30299dfe58b96780d86c539f63f221c5bd5f2 100644 --- a/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_four.html.twig +++ b/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_four.html.twig @@ -80,6 +80,9 @@ {% if page_content_type == 'landing_page' %} <div class="container"> {% endif %} + {% if content.field_publish_section_title['#items'].value == 1 %} + <h2 class="sec-title">{{ content.field_column_title4 }}</h2> + {% endif %} <div class="carousel-inner adv-call-mob-inner" role="listbox"> @@ -124,6 +127,9 @@ {% if page_content_type == 'landing_page' %} <div class="container"> {% endif %} + {% if content.field_publish_section_title['#items'].value == 1 %} + <h2 class="sec-title">{{ content.field_column_title4 }}</h2> + {% endif %} <div class="carousel-inner" role="listbox"> diff --git a/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_three.html.twig b/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_three.html.twig index 5b5cdecbbabdf19ea67b14930143d4b45bd471ac..65d9934058e6d4e7a0e9c321d77c7c3768bc82b5 100644 --- a/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_three.html.twig +++ b/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_three.html.twig @@ -101,6 +101,9 @@ {% if page_content_type == 'landing_page' %} <div class="container"> + {% if content.field_publish_section_title['#items'].value == 1 %} + <h2 class="sec-title">{{ content.field_column_title3 }}</h2> + {% endif %} <div class="carousel-inner adv-call-mob-inner" role="listbox"> @@ -168,6 +171,9 @@ {% if page_content_type == 'landing_page' %} <div class="container"> {% endif %} + {% if content.field_publish_section_title['#items'].value == 1 %} + <h2 class="sec-title">{{ content.field_column_title3 }}</h2> + {% endif %} <div class="carousel-inner" role="listbox"> diff --git a/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_two.html.twig b/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_two.html.twig index 45f49ec7005de435eca57c65b23bf53a8ac830de..46ed9b562f157dc3fcf7a47082445c81967d9f0b 100644 --- a/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_two.html.twig +++ b/web/themes/asc_bootstrap/templates/paragraph/paragraph--columns_two.html.twig @@ -100,6 +100,9 @@ {% if page_content_type == 'landing_page' %} <div class="container"> + {% if content.field_publish_section_title['#items'].value == 1 %} + <h2 class="sec-title">{{ content.field_column_title2 }}</h2> + {% endif %} <div class="carousel-inner adv-call-mob-inner" role="listbox"> {% for item in thecont|slice(0, contcount) %} @@ -165,6 +168,9 @@ {% if page_content_type == 'landing_page' %} <div class="container"> {% endif %} + {% if content.field_publish_section_title['#items'].value == 1 %} + <h2 class="sec-title">{{ content.field_column_title2 }}</h2> + {% endif %} <div class="carousel-inner{% if contcount > 2 %} controls-spacing{% endif %}" role="listbox">