We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ff4cd commit 377d38cCopy full SHA for 377d38c
plugins/field-multilineinput/README.md
@@ -63,11 +63,11 @@ import {registerFieldMultilineInput} from '@blockly/field-multilineinput';
63
registerFieldMultilineInput();
64
Blockly.defineBlocksWithJsonArray([
65
{
66
- "type": "test_field_multilineinput",
+ "type": "test_field_multilinetext",
67
"message0": "multilineinput: %1",
68
"args0": [
69
70
- "type": "field_multilineinput",
+ "type": "field_multilinetext",
71
"name": "FIELDNAME",
72
"text": "some text \n with newlines"
73
}
0 commit comments