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>
- edit.js
- render.php
- block.json
- index.js
Single block parent
- block.html
- edit.js
- render.php
- block.json
- index.js
block.html
<section data-parent="custom/block-parent"></section>
Multiple block parents
- block.html
- edit.js
- render.php
- block.json
- index.js
block.html
<section data-parent="core/group custom/block-parent"></section>