Hi guys
Trying to use components and test them out in templates, etc. for CPT. Not sure the best practise really for that.
I am trying to use the Gallery component to allow the choice of images, but how can I use this correct when needing to loop through the gallery to grab the images used?
I was going to use an image component, but they are not repeatable. If the client wants 8 images on page instance and 4 on another, I don’t want 8 properties for images - the gallery makes sense.
But is it possible to loop through the images picked and assign them as image URLs from the Gallery property?