olivetin/integration-tests/tests/checkbox/config.yaml

20 lines
412 B
YAML

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