Remove square bracket classes

This commit is contained in:
Oliver Davies 2021-03-16 01:07:42 +00:00
parent e586eaae1f
commit 2e15ac3bc5

View file

@ -25,7 +25,7 @@
* @see template_preprocess_block() * @see template_preprocess_block()
*/ */
#} #}
<div{{ attributes.addClass('[ block ] [ mt-6 first:mt-0 ]') }}> <div{{ attributes.addClass('block mt-6 first:mt-0') }}>
{{ title_prefix }} {{ title_prefix }}
{% if label %} {% if label %}
<h2{{ title_attributes.addClass('mb-3') }}> <h2{{ title_attributes.addClass('mb-3') }}>