-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
issue: docsDescribes missing or incorrect documentationDescribes missing or incorrect documentation
Description
Where
https://developers.google.com/blockly/guides/create-custom-blocks/define-blocks
First chapter JSON vs. JS on the second paragraph.
What
- Text
Old content
However, the JSON format does not able to directly define advanced features such as mutators or validators. These must be written in the platform's native code, JavaScript, Java, or Swift, usually as extensions.
Suggested content
However, the JSON format is not able to directly define advanced features such as mutators or validators. These must be written in the platform's native code, JavaScript, Java, or Swift, usually as extensions.
Additional context
does -> is
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
issue: docsDescribes missing or incorrect documentationDescribes missing or incorrect documentation