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 95085ea commit d2001efCopy full SHA for d2001ef
1 file changed
ContentBlocks/ContentElements/bootstrap-alert/templates/frontend.html
@@ -1,4 +1,5 @@
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">
2
+ <div class="fw-bold">{data.header}</div>
3
<f:format.raw>{data.bodytext}</f:format.raw>
4
<f:if condition="{data.sk_bootstrapalert_dismissible}">
5
<button type="button" class="btn-close" data-bs-dismiss="alert" title="{f:translate(key:'LLL:EXT:content_blocks_bootstrap/Resources/Private/Language/locallang.xlf:bootstrap_alert.field.dismissible.aria.close')}" aria-label="{f:translate(key:'LLL:EXT:content_blocks_bootstrap/Resources/Private/Language/locallang.xlf:bootstrap_alert.field.dismissible.aria.close')}"></button>
0 commit comments