diff --git a/templates/blocks/block.html.twig b/templates/blocks/block.html.twig index 4e4d7228fce6716d804e4451058b1236732ea8b4..8450640735596ab69bf9ccf23ec114663b930535 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 %}