Files
truecharts/templates/questions/controllerExpertCommamd.yaml
Stavros Kois e4e6f86d2c feat(custom-app): Add custom command UI (#2983)
* feat(custom-app): Add custom command UI

* give custom command it's own checkbox

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-27 11:38:05 +02:00

18 lines
534 B
YAML

- variable: customcommand
label: "Show Custom Command Options"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: command
label: "Command"
schema:
type: list
default: []
items:
- variable: param
label: "param"
schema:
type: string