JavaScript for WordPress › Forums › Gutenberg Development › Extending on the topic of the Custom Toolbar example. › Reply To: Extending on the topic of the Custom Toolbar example.
August 27, 2018 at 10:13 pm
#55640
Zac Gordon
Keymaster
My understanding is core blocks are not meant to be imported into custom blocks.
But you can look at how that core block was built and rebuild it in your block.
If you want to group together blocks, you might want to use reusable blocks or block templates or even nested blocks. The nested blocks approach might work.