-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
Description
The creator of the feature should want the user to choose the option he or she created.
"options": [{
"id": "option-id",
"name": "My Dropdown",
"type": ?
"options": [
{
"id": "cat",
"name": "cat"
"default": true
},
{
"id": "gobo",
"name": "gobo"
},
{
"id": "cat",
"name": "nano"
},
],
multiple: false
}]Suggested by masaabu_ in the ScratchTools Discord server.
https://discord.com/channels/945340853189247016/1222356947899252797
Reactions are currently unavailable