Create pages on the fly with Dynamic Zone - Strapi

Hey @commentsBot! Nice article :slight_smile:

Could you give me some help? I’m not able to create nested components like you did in the pricing page:

  • Create a perks component part of a pricing category
    • name (short text)
    • included (boolean)
  • Create a pricingCards component part of a pricing category
    • title (short text)
    • description (long text)
    • price (number int)
    • perks repeatable component
  • Then you can click on Add a component in your Dynamic Zone and create your pricing component by adding the header and the pricingCards (repeatable) components.

Strapi doesn’t even show me the pricingCards when creating the pricing component that belongs to blocks category :frowning:

I’m using Strapi v4. Maybe that’s the issue?