Template input_select: how to configure "available options"

sorry, this feels silly but it’s not being very intuitive for me…
I went on

helpers > create > template > input_select

now when I have to add “available options” let’s say I want options

  • off
  • one
  • two

I tried to use a number of formats:
the option alone, one on each line
“- option” one on each line
“[‘option’, ‘option’, ‘option’]”
and I tried double quotes or none, a comma or semicolumn after each line or nothing…

in either case it always returns one single option with all the 3 words in it.

How is this done??

Thank you!

You type a option in the text field, then press add.
The text field is now blank again and the option is moved up in the list.

EDIT:

Sorry I thought it was a dropdown you wanted.

Template select is like this:

1 Like

Thank you,
the second part is what I was looking for!