Skip to content

Dropdown setting option #850

@scratchtools-bot

Description

@scratchtools-bot

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions