config.yaml 634 B

12345678910111213141516171819202122232425262728
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  3. logLevel: "DEBUG"
  4. checkForUpdates: false
  5. defaultPopupOnStart: execution-dialog
  6. actions:
  7. - title: Test content argument collision
  8. exec:
  9. - echo
  10. - "Cmd input: {{ content }}"
  11. icon: ping
  12. arguments:
  13. - name: content
  14. title: Cmd input
  15. type: raw_string_multiline
  16. description: Argument name collides with the app-shell #content wrapper
  17. - title: Test layout argument collision
  18. exec:
  19. - echo
  20. - "Layout value: {{ layout }}"
  21. icon: ping
  22. arguments:
  23. - name: layout
  24. title: Layout text
  25. type: ascii