Hi,
It would be so nice if it was possible to nest itemlists. In this way it would be possible to have eg. one item (SpotBoxRow) holding one or many SpotBoxCols which could hold one or many Spotboxes. I really miss this concept when creating pages as items:
SpotBoxRow
SpotBoxCol
Spotbox
When rendering the items in the frontend it would just be two nested loops.
I am aware of that circular references could be a problem. But that could be up to the developer to handle, but of course it would be nice if the system checked for this when creating the items.