JavaScript for WordPress Forums Gutenberg Development Move core blocks from one category to another Reply To: Move core blocks from one category to another

#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 👍