JavaScript for WordPress › Forums › Gutenberg Development › Move core blocks from one category to another › Reply To: Move core blocks from one category to another
August 3, 2019 at 1:35 pm
#114880
Zac Gordon
Keymaster
I can’t remember if this is possible, but you can use hooks to change block categories. It’s covered in the Advanced Gutenberg Course how to use them 🙂
The registerBlockType hook is probably what you need 👍