google / blockly-devtools

Tools for Blockly app developers to help build custom blocks.
http://developer.google.com/blockly
Apache License 2.0
60 stars 31 forks source link

Split "Manual JSON" and "Manual JavaScript" edit modes. #298

Closed AnmAtAnm closed 6 years ago

AnmAtAnm commented 6 years ago

This updates the UI to match the latest in mainline BlockFactory.

MANUAL is no longer a format. Now returned from view as a boolean. FORMAT constants moved to BlockDefinition.

Known issue:


This change is Reviewable