Skip to content
Snippets Groups Projects

ISTWCMS-6993: Add contacts classes to the block twig based on contact.style

@@ -30,10 +30,11 @@
'block',
'block-' ~ configuration.provider|clean_class,
'block-' ~ plugin_id|clean_class,
configuration.contact.style ? 'block-' ~ configuration.contact.style|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 %}
{{ attach_library('uw_theme_admin/uw_layout_builder') }}
{% endif %}
Loading