mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Implement #1584 - Fields now registered by their JSON type name, allowing new custom fields and overriding of the standard fields. Replaces the manual switch statement for loading fields from JSON block definitions.