2022-08-12 08:39:16 +00:00
|
|
|
- variable: customcommand
|
|
|
|
group: Controller
|
|
|
|
label: "Custom Command"
|
|
|
|
description: "Do not click this unless you know what you are doing"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: command
|
|
|
|
label: Command
|
2022-06-27 09:38:05 +00:00
|
|
|
schema:
|
2022-08-12 08:39:16 +00:00
|
|
|
type: list
|
|
|
|
default: []
|
|
|
|
items:
|
|
|
|
- variable: param
|
|
|
|
label: Param
|
2022-06-27 09:38:05 +00:00
|
|
|
schema:
|
2022-08-12 08:39:16 +00:00
|
|
|
type: string
|