From 1e967eb83fd426045ab75e4040b3ff35c0c42b1a Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Mon, 7 Jun 2021 23:02:37 -0400
Subject: [PATCH] ISTWCMS-4619: updating header levels in multi-type list

---
 .../multi-type-list/_multi-tab-list-include-content.twig    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/source/_patterns/04-components/multi-type-list/_multi-tab-list-include-content.twig b/source/_patterns/04-components/multi-type-list/_multi-tab-list-include-content.twig
index ea554bf4..df293515 100644
--- a/source/_patterns/04-components/multi-type-list/_multi-tab-list-include-content.twig
+++ b/source/_patterns/04-components/multi-type-list/_multi-tab-list-include-content.twig
@@ -11,7 +11,8 @@
       'alt': info.alt,
       'tags': info.tags,
       'show_hover': 'true',
-      'content': info.content
+      'content': info.content,
+      'header_level': 2,
     } %}
 
   {% endif%}
@@ -44,7 +45,8 @@
       'alt': info.alt,
       'tags': info.tags,
       'show_hover': 'true',
-      'content': info.content
+      'content': info.content,
+      'header_level': 2,
     } %}
 
   {% endif %}
-- 
GitLab