chore(Apps): fix expert controller settings indent

This commit is contained in:
kjeld Schouten-Lebbing
2021-11-06 13:17:22 +01:00
parent 287eec6ab7
commit ee60aa2151
+57 -57
View File
@@ -1,64 +1,64 @@
- variable: expert
label: "Show Expert Configuration Options"
- variable: expert
label: "Show Expert Configuration Options"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: extraArgs
label: "Extra Args"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: extraArgs
label: "Extra Args"
type: list
default: []
items:
- variable: argItem
label: "Arg"
schema:
type: list
default: []
items:
- variable: argItem
label: "Arg"
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
- variable: value
label: "Value"
schema:
type: string
- variable: labelsList
label: "Controller Labels"
type: string
- variable: value
label: "Value"
schema:
type: string
- variable: labelsList
label: "Controller Labels"
schema:
type: list
default: []
items:
- variable: labelItem
label: "Label"
schema:
type: list
default: []
items:
- variable: labelItem
label: "Label"
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
- variable: value
label: "Value"
schema:
type: string
- variable: annotationsList
label: " Controller Annotations"
type: string
- variable: value
label: "Value"
schema:
type: string
- variable: annotationsList
label: " Controller Annotations"
schema:
type: list
default: []
items:
- variable: annotationItem
label: "Label"
schema:
type: list
default: []
items:
- variable: annotationItem
label: "Label"
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
- variable: value
label: "Value"
schema:
type: string
type: string
- variable: value
label: "Value"
schema:
type: string