From 588f0f576f1c3cfe80f6a0ce94225042e49a89f2 Mon Sep 17 00:00:00 2001 From: escuriola <escuriola@gmail.com> Date: Thu, 16 Jun 2022 16:45:36 +0200 Subject: [PATCH] OEL-1618: Remove title_tag when default 'h2'. --- templates/content/field--node--body--oe-sc-event.html.twig | 1 - .../content/field--node--oe-documents--oe-sc-event.html.twig | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/content/field--node--body--oe-sc-event.html.twig b/templates/content/field--node--body--oe-sc-event.html.twig index b4d99539..ba689deb 100644 --- a/templates/content/field--node--body--oe-sc-event.html.twig +++ b/templates/content/field--node--body--oe-sc-event.html.twig @@ -36,7 +36,6 @@ {%- endset -%} {% include '@oe-bcl/bcl-heading/heading.html.twig' with { title: _label, - title_tag: 'h2', attributes: create_attribute().addClass(title_classes) } only %} {% if multiple %} diff --git a/templates/content/field--node--oe-documents--oe-sc-event.html.twig b/templates/content/field--node--oe-documents--oe-sc-event.html.twig index ce292f8c..f5074979 100644 --- a/templates/content/field--node--oe-documents--oe-sc-event.html.twig +++ b/templates/content/field--node--oe-documents--oe-sc-event.html.twig @@ -36,7 +36,6 @@ {%- endset -%} {% include '@oe-bcl/bcl-heading/heading.html.twig' with { title: _label, - title_tag: 'h2', attributes: create_attribute().addClass(title_classes) } only %} {% if multiple %} -- GitLab