fix: change to imagecols
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</f:for>
|
||||
</div>
|
||||
<p>
|
||||
<f:switch expression="{data.columns}">
|
||||
<f:switch expression="{data.imagecols}">
|
||||
<f:case value="2">2 Columns</f:case>
|
||||
<f:case value="3">3 Columns</f:case>
|
||||
<f:case value="5">5 Columns</f:case>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<f:if condition="{data.image}">
|
||||
<f:variable name="columnClass">
|
||||
<f:switch expression="{data.columns}">
|
||||
<f:switch expression="{data.imagecols}">
|
||||
<f:case value="2">md:grid-cols-2</f:case>
|
||||
<f:case value="3">md:grid-cols-3</f:case>
|
||||
<f:case value="5">md:grid-cols-5</f:case>
|
||||
@@ -60,4 +60,4 @@
|
||||
</f:for>
|
||||
</div>
|
||||
</f:if>
|
||||
</f:section>
|
||||
</f:section>
|
||||
|
||||
Reference in New Issue
Block a user