From a5be6a447bfc2a01098618e192793f87320085b5 Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Fri, 30 Aug 2024 11:34:11 -0400 Subject: [PATCH] ISTWCMS-6993: Remove the classes from twig --- templates/blocks/block.html.twig | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/blocks/block.html.twig b/templates/blocks/block.html.twig index 4e4d7228..84506407 100644 --- a/templates/blocks/block.html.twig +++ b/templates/blocks/block.html.twig @@ -30,9 +30,6 @@ 'block', 'block-' ~ configuration.provider|clean_class, 'block-' ~ plugin_id|clean_class, - configuration.contact.style ? 'block-contact__' ~ configuration.contact.style|clean_class, - configuration.profile.style ? 'block-profile__' ~ configuration.profile.style|clean_class, - ] %} {% if in_layout_builder %} -- GitLab