I'd like to get a solution for the TYPO3 EXT:gridelements.
I need gridelements in gridelements (nested) for Bootstrap Tab´s:
- Grid Container Outer
- Grid Container 1
- Text with Image
- Text
- Text with Image
- Grid Container 2
- Text
- Text with Image
- Grid Container 1
with a foreach-loop (debug) it works for output from the grid-containers, but it renders Grid Container 1 and Grid Container 2 together in one gridelements col.
I need the output separated and would appreciate any help.