Nested blocks Overview
You can have any number of repeating blocks inside a content block.
For example a Gallery of images or a "Features" section of a website.
How does it work
You need two things to make it work:
- Use a React Bricks
<Repeater>
component where you need a repeating block - Set up the
repeaterItems
property in the brick'sschema
- Set default props for the repeating items to have an initial set of nested blocks when a new block is created