From 099fcb2798979caff62cebee81599205a592b950 Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Tue, 27 Aug 2024 15:48:45 -0400 Subject: [PATCH] ISTWCMS-6992: Add contacts classes to the block twig based on contact.style --- templates/blocks/block.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/blocks/block.html.twig b/templates/blocks/block.html.twig index 0a32bee6..dd89a4fb 100644 --- a/templates/blocks/block.html.twig +++ b/templates/blocks/block.html.twig @@ -30,6 +30,7 @@ 'block', 'block-' ~ configuration.provider|clean_class, 'block-' ~ plugin_id|clean_class, + configuration.contact.style ? 'block-' ~ configuration.contact.style|clean_class, ] %} -- GitLab