4
0

config.yaml 402 B

1234567891011121314151617
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  3. logLevel: "DEBUG"
  4. checkForUpdates: false
  5. defaultPopupOnStart: execution-dialog
  6. actions:
  7. - title: Test datetime argument
  8. shell: "echo 'Selected datetime: {{ datetime }}'"
  9. icon: ping
  10. arguments:
  11. - name: datetime
  12. title: Select a date and time
  13. type: datetime
  14. description: Choose a date and time for the action