Skip to main content

Block - Parent

Open the live code editor

Edit this code to see the generated Gutenberg block files.

block.html
<section data-parent="custom/block-parent"></section>

Single block parent

block.html
<section data-parent="custom/block-parent"></section>

Multiple block parents

block.html
<section data-parent="core/group custom/block-parent"></section>