Skip to content

Instantly share code, notes, and snippets.

@onelittlenightmusic
Created August 18, 2019 21:33
Show Gist options
  • Save onelittlenightmusic/e7d13c244f676f3e510a7f15da1d980c to your computer and use it in GitHub Desktop.
Save onelittlenightmusic/e7d13c244f676f3e510a7f15da1d980c to your computer and use it in GitHub Desktop.
changed to list
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