Remove square bracket classes
This commit is contained in:
parent
e586eaae1f
commit
2e15ac3bc5
|
@ -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') }}>
|
||||||
|
|
Loading…
Reference in a new issue