Skip to content

Commit

Permalink
OEL-1618: Remove title_tag when default 'h2'.
Browse files Browse the repository at this point in the history
  • Loading branch information
escuriola committed Jun 16, 2022
1 parent 0c8fc0f commit e298c73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/content/field--node--body--oe-sc-event.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit e298c73

Please sign in to comment.