YAML option example
parent
62c4b8560b
commit
b29a8bcdb4
|
@ -15,6 +15,8 @@ parameters:
|
||||||
label: Type
|
label: Type
|
||||||
dtype: int
|
dtype: int
|
||||||
default: 0
|
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
|
- id: meta
|
||||||
label: Meta
|
label: Meta
|
||||||
dtype: string
|
dtype: string
|
||||||
|
|
Loading…
Reference in New Issue