From 5b881f5e8f497fef90a15a6ddebcaad380958674 Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Tue, 15 Jun 2021 15:33:11 -0400 Subject: [PATCH] ISTWCMS-4704: adding is open logic for contact --- source/_patterns/04-components/contact/contact.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_patterns/04-components/contact/contact.twig b/source/_patterns/04-components/contact/contact.twig index 482121c4..93b09de3 100644 --- a/source/_patterns/04-components/contact/contact.twig +++ b/source/_patterns/04-components/contact/contact.twig @@ -1,5 +1,7 @@ <div class="uw-contact"> - {% embed "@components/details/details.twig" %} + {% embed "@components/details/details.twig" with { + is_open: is_open + } %} {% block details_summary %} {% if contact.title %} -- GitLab