0
Below explains how nested Dynamic Zone components in Strapi v5 are made by me.
Collection Type: blog
Field: section → Dynamic Zone
Dynamic Zone contains components:
section-components.banner-with-content
section-components.left-media-right-content
section-components.right-media-left-content
etc.
Component: banner-with-content
Contains two components:
media (component)
content (component)
Component: media
Contains two nested components:
image
video
Component: content
Contains:
single
double
triple
Goal: Return structured JSON so your frontend always knows exactly what to render by reading the __component field inside each Dynamic Zone item.
can anyone tell is this even possible??
if yes, then please help me figure it out,
and if not, can you explain how to achieve my goal to make a blog dynamically???