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 2cb9524 commit c871677Copy full SHA for c871677
1 file changed
ContentBlocks/ContentElements/bootstrap-alert/templates/backend-preview.html
@@ -1,6 +1,7 @@
1
<div class="alert alert-{data.bootstrap_theme_color}{f:if(condition: data.bootstrap_dismissible, then: ' alert-dismissible fade show')}">
2
+ <div class="fw-bold">{data.header}</div>
3
<f:transform.html>{data.bodytext}</f:transform.html>
- <f:if condition="{data.sk_bootstrapalert_dismissible}">
4
+ <f:if condition="{data.bootstrap_dismissible}">
5
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
6
</f:if>
7
</div>
0 commit comments