Earlier, I asked about using a collection inside a collection. I think the object_list feature in the online cms is what I could use? However, I am not sure how to use that inside of elements when designing the layout with compontents avaiable. I am assuming I need to loop through this content to show all of my Concrete sub services on the concrete page.
that’s correct, you’ll need to loop through the data. Right now, you’ll need to do this with some custom twig code. Ask an LLM for the code and you should be able to paste it in to Elements ![]()
Got it working. Thank you for the direction. It would be nice if there was a loop component for things such as object_list