mirror of
https://github.com/google/blockly.git
synced 2026-01-13 20:07:08 +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.