Hi!
I have a content_section dynamic zone on the collection type. In there, there’s a gallery component which has a heading and images field. The images field in a repeated media field.
I have the following populate params:
populate: category,weekday,classes,registrations,content_sections
populate[1]: content_sections.image,content_sections.gallery
populate[2]: content_sections.gallery.images
I full: {{host}}/api/activities?filters[slug]=outdoor-athletics&populate=category,weekday,classes,registrations,content_sections&locale=en&populate[1]=content_sections.image,content_sections.gallery&populate[2]=content_sections.gallery.images
I do see the gallery component with the heading but my images field is still not returned. What am I missing? Is this a bug?