Hi,
I am trying to create a toolbox with categories for a blockly maze game. I have added the <category name="Custom"></category> tag to my html.js file. However, it is not being recognized. I get the following error during display of the toolbox:
Uncaught Error: Unable to find [default][toolbox] in the registry. You must require or register a toolbox plugin
I have tries to register a CustomCategory class in my maze.js file (as explained in the blockly toolbox tutorial), however, it still does not seem to work. Any help would be greatly appreciated!
Thanks and Regards,
Ahana