Skip to content
Snippets Groups Projects
Commit e1c25810 authored by Eric Bremner's avatar Eric Bremner Committed by Tyler Struyk
Browse files

ISTWCMS-6313: refactoring using page title for big text

parent f10dd39a
No related branches found
No related tags found
1 merge request!110ISTWCMS-6313: adding logic for page title big text in banners
......@@ -31,11 +31,13 @@
{% set header_level = '2' %}
{% endif %}
{% include '@components/card/card-elements/_title.twig' with {
'header_level': header_level,
'title': header.title,
'type': type
} %}
{% if not media.media.use_page_title_big_text %}
{% include '@components/card/card-elements/_title.twig' with {
'header_level': header_level,
'title': header.title,
'type': type
} %}
{% endif %}
{% endif %}
{% if header.position %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment