Hi all, is it possible to use a preset list of values as an input selector in blueprints? I’d like a little bit more structure than a free form text field. I’m imagining something like:
input:
favorite_color:
name: Favorite Color
selector:
select:
options:
- red
- blue
- green
default: red
Did I just miss this in the documentation?