Skip to content

Commit 93b3117

Browse files
committed
Add spacer classes
1 parent cd3727d commit 93b3117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ContentBlocks/ContentElements/bootstrap-cards-subpages/templates

ContentBlocks/ContentElements/bootstrap-cards-subpages/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
<f:if condition="{menu}">
44
<f:render partial="card" arguments="{_all}"/>

0 commit comments

Comments
 (0)