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>
This commit is contained in:
Stavros Kois
2022-06-27 11:38:05 +02:00
committed by GitHub
co-authored by Kjeld Schouten-Lebbing
parent 4e708732a9
commit e4e6f86d2c
5 changed files with 29 additions and 1 deletions
@@ -0,0 +1,17 @@
- 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