Files
lena-schilling-website/packages/base/Resources/Private/PageView/Partials/Content.html
Dominik Polakovics 2bac342a5e
All checks were successful
Build / build (push) Successful in 2m27s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Successful in 1m58s
feat: change to other sitepakage
2024-12-12 12:31:41 +01:00

8 lines
187 B
HTML

<f:for each="{records}" as="record">
<f:cObject
typoscriptObjectPath="{record.mainType}"
data="{record}"
table="{record.mainType}"
/>
</f:for>