We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f774b88 commit cd3727dCopy full SHA for cd3727d
1 file changed
ContentBlocks/ContentElements/bootstrap-alert/templates/frontend.html
@@ -1,4 +1,4 @@
1
-<div id="c{data.uid}" class="alert alert-{data.bootstrap_theme_color}{f:if(condition: data.bootstrap_dismissible, then: ' alert-dismissible fade show')}" role="alert">
+<div id="c{data.uid}" class="alert alert-{data.bootstrap_theme_color}{f:if(condition: data.bootstrap_dismissible, then: ' alert-dismissible fade show')} {data.space_before_class} {data.space_after_class}" role="alert">
2
<div class="fw-bold">{data.header}</div>
3
<f:format.raw>{data.bodytext}</f:format.raw>
4
<f:if condition="{data.bootstrap_dismissible}">
0 commit comments