-
|
Hey, I recently wondered if that is possible in some way? E.g., I'd like to insert a Heading block into my custom block without using the Innerblocks component. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ellatrix
Aug 19, 2020
Replies: 1 comment
-
|
Hi @dnnsjsk! That's not possible since |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gziolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dnnsjsk! That's not possible since
InnerBlocksis the mechanism to insert blocks into another block. What stops you from usingInnerBlocks? If you wish to only insert one block, it's possible to lock the template: https://developer.wordpress.org/block-editor/tutorials/block-tutorial/nested-blocks-inner-blocks/