2021-11-06 12:17:22 +00:00
|
|
|
- variable: expert
|
|
|
|
label: "Show Expert Configuration Options"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: extraArgs
|
|
|
|
label: "Extra Args"
|
2021-09-13 09:12:18 +00:00
|
|
|
schema:
|
2021-11-06 12:17:22 +00:00
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
2022-01-13 10:43:26 +00:00
|
|
|
- variable: arg
|
|
|
|
label: "arg"
|
2021-09-13 09:12:18 +00:00
|
|
|
schema:
|
2022-01-13 10:43:26 +00:00
|
|
|
type: string
|
2021-11-06 12:17:22 +00:00
|
|
|
- variable: labelsList
|
|
|
|
label: "Controller Labels"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: labelItem
|
|
|
|
label: "Label"
|
2021-09-13 09:12:18 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-06 12:17:22 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
- variable: value
|
|
|
|
label: "Value"
|
2021-09-13 09:12:18 +00:00
|
|
|
schema:
|
2021-11-06 12:17:22 +00:00
|
|
|
type: string
|
|
|
|
- variable: annotationsList
|
|
|
|
label: " Controller Annotations"
|
|
|
|
schema:
|
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: annotationItem
|
|
|
|
label: "Label"
|
2021-09-13 09:12:18 +00:00
|
|
|
schema:
|
2022-01-21 00:35:59 +00:00
|
|
|
additional_attrs: true
|
2021-11-06 12:17:22 +00:00
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: name
|
|
|
|
label: "Name"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
- variable: value
|
|
|
|
label: "Value"
|
2021-09-13 09:12:18 +00:00
|
|
|
schema:
|
2021-11-06 12:17:22 +00:00
|
|
|
type: string
|