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

BlockEditorView: Separate concerns of block definition format and editability #270

Open AnmAtAnm opened 6 years ago

AnmAtAnm commented 6 years ago

(Copy of https://github.com/google/blockly/issues/1268)

Once https://github.com/google/blockly/pull/1235 is merged into devtools, block definition format selector will include "JSON", "JavaScript", and manual/editable versions of each. The "manual" options should probably be a state button to enable editing, separate from the format selector.