config.yaml 687 B

12345678910111213141516171819202122
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  3. logLevel: "DEBUG"
  4. checkForUpdates: false
  5. defaultPopupOnStart: execution-dialog
  6. actions:
  7. - title: Test suggestionsBrowserKey
  8. shell: "echo 'Input value: {{ testInput }}, Second input: {{ testInput2 }}'"
  9. icon: ping
  10. arguments:
  11. - name: testInput
  12. title: Test Input
  13. description: "This input uses suggestionsBrowserKey"
  14. type: ascii_sentence
  15. suggestionsBrowserKey: test-suggestions-key
  16. - name: testInput2
  17. title: Test Input 2
  18. description: "This input shares the same suggestionsBrowserKey"
  19. type: ascii_sentence
  20. suggestionsBrowserKey: test-suggestions-key