20 lines
423 B
YAML
20 lines
423 B
YAML
---
|
|
listenAddressSingleHTTPFrontend: 0.0.0.0:1337
|
|
|
|
logLevel: "DEBUG"
|
|
checkForUpdates: false
|
|
defaultPopupOnStart: execution-dialog
|
|
|
|
actions:
|
|
- title: Test checkbox argument
|
|
exec:
|
|
- echo
|
|
- "Checkbox value: {{ confirm }}"
|
|
icon: ping
|
|
arguments:
|
|
- name: confirm
|
|
title: Confirm option
|
|
type: checkbox
|
|
description: "When checked: 1, when unchecked: 0"
|
|
default: false
|