YAML option example

main
Jean-Michel Friedt 2024-06-07 17:42:02 +02:00
parent 62c4b8560b
commit b29a8bcdb4
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ parameters:
label: Type
dtype: int
default: 0
options: [0, 1, 2, 3, 4, 5]
option_labels: ['option 0', 'option 1', 'option 2', 'option 3', 'option 4', 'option 5']
- id: meta
label: Meta
dtype: string