Created
August 18, 2019 21:33
-
-
Save onelittlenightmusic/e7d13c244f676f3e510a7f15da1d980c to your computer and use it in GitHub Desktop.
changed to list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blocks: [ | |
{ | |
opcode: 'writeLog', | |
blockType: BlockType.COMMAND, | |
text: 'log [TEXT]', | |
arguments: { | |
TEXT: { | |
type: ArgumentType.STRING, | |
defaultValue: "hello", | |
menu: "languages" | |
} | |
} | |
} | |
], | |
menus: { | |
languages: { | |
acceptReporters: true, | |
items: [{ text: "test", value: "test"}, {text: "hello", value: "hello"}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment