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:
co-authored by
Kjeld Schouten-Lebbing
parent
4e708732a9
commit
e4e6f86d2c
@@ -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
|
||||
Reference in New Issue
Block a user