mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
Workspace factory helps developers configure their workspace by allowing them to drag blocks into the workspace to add them to their toolbox. Current features: supports categories or a single flyout of blocks updates a preview workspace automatically imports toolbox XML already written exports toolbox XML to a file prints toolbox XML to the console imports a standard Blockly category supports shadow blocks (allowing the user to move shadow blocks and toggle between shadow blocks and normal blocks), disabled blocks, block groups allows the user to add/move/delete/rename/color categories and separators.