Typo3 - for each Element at colPos

Viewed 29

In want to create a table with Image and Headline in a Row. The Frontent should show me for every Image I uploaded in the Backend an new Row.

I was trying to do that with

<f:for each={CONTENT@COLPOS} ...>
...
</f:for>

But unfortnatly there is no Array Output. Can you fix this for me?

Thanks a Lot!

0 Answers
Related