Setting the file. One moment.
Skill 06 · Wp Block Development
Subchapter 6.7
references/inner-blocks.mdMarkdown1 KBView on GitHub
Use this file when your block contains other blocks (container blocks).
@wordpress/block-editor package: https://developer.wordpress.org/block-editor/reference-guides/packages/packages-block-editor/ (opens in a new tab)useInnerBlocksProps( useBlockProps(), { ... } ) to combine wrapper props with inner blocks.useInnerBlocksProps.save( useBlockProps.save(), { ... } ) if you need wrapper props.<InnerBlocks.Content /> when appropriate.InnerBlocks should exist per block.