Skip to content

Commit 8b53c78

Browse files
committed
[TASK] Add header position classes
1 parent daff2ae commit 8b53c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ContentBlocks/ContentElements/bootstrap-accordion/templates

ContentBlocks/ContentElements/bootstrap-accordion/templates/frontend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="c{data.uid}">
1+
<div id="c{data.uid}" class="{data.space_before_class} {data.space_after_class}">
22
<f:render partial="header" arguments="{_all}"/>
33
<div class="accordion">
44
<f:for each="{data.items}" as="item" iteration="iterator">

0 commit comments

Comments
 (0)