fix: remove not available view helper
This commit is contained in:
@@ -23,9 +23,6 @@
|
|||||||
</f:if>
|
</f:if>
|
||||||
</f:for>
|
</f:for>
|
||||||
</div>
|
</div>
|
||||||
<f:if condition="{data.image -> f:count()} > 3">
|
|
||||||
<p>+ {f:math.subtract(a: '{data.image -> f:count()}', b: '3')} more images</p>
|
|
||||||
</f:if>
|
|
||||||
<p>
|
<p>
|
||||||
<f:switch expression="{data.columns}">
|
<f:switch expression="{data.columns}">
|
||||||
<f:case value="2">2 Columns</f:case>
|
<f:case value="2">2 Columns</f:case>
|
||||||
|
|||||||
Reference in New Issue
Block a user