fix: change to imagecols
All checks were successful
Build / build (push) Successful in 4m19s
Build / deploy-stage (push) Successful in 2m43s
Build / switch-stage (push) Successful in 2m5s

This commit is contained in:
2025-06-18 17:37:42 +02:00
parent 6c602a4838
commit 1cd8e30a16
3 changed files with 6 additions and 5 deletions

View File

@@ -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>