Custom/Dynamic choice cards using Javascript
# 🤝help
c
It would be great if we could make our own custom cards using Javascript 🙂 this would allow us to dynamically set the amount of options.
Copy code
java
{
  "type": "single-choice",
  "text": "Please select an option:",
  "choices": [
    { "text": "Option 1", "value": "1" },
    { "text": "Option 2", "value": "2" }
  ]
}

`
f
If its a feature request you should post it in #1111026806254993459 for a higher chance of them seeing it and doing something about it
c
Ah I completely overlooked this tha nk you !
f
No problem. GL and good idea
4 Views