fix: remove not available view helper

This commit is contained in:
2025-06-18 17:34:34 +02:00
parent 37300492dc
commit 6c602a4838

View File

@@ -23,9 +23,6 @@
</f:if>
</f:for>
</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>
<f:switch expression="{data.columns}">
<f:case value="2">2 Columns</f:case>
@@ -36,4 +33,4 @@
</p>
</f:if>
</f:section>
</html>
</html>