Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

form.yaml 1.7 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. enabled: true
  2. built_in_css: true
  3. inline_css: true
  4. refresh_prevention: false
  5. client_side_validation: true
  6. debug: false
  7. inline_errors: false
  8. files:
  9. multiple: false # To allow multiple files, default is single
  10. limit: 10 # Number of allowed files per field (multiple required)
  11. destination: 'self@' # Where to upload the files (path and self@, page@, theme@)
  12. avoid_overwriting: false # Prevent files with the same name to be overridden. Date prefix will be added
  13. random_name: false # Generate a random 15 long string name for the uploaded files
  14. filesize: 0 # Maximum file size allowed (in MB)
  15. accept: # List of mime/types or file extensions allowed (ie, image/*,.zip,.mp4)
  16. - image/*
  17. recaptcha:
  18. version: 2-checkbox
  19. theme: light
  20. site_key:
  21. secret_key:
  22. turnstile:
  23. theme: light # options: [light | dark]
  24. site_key:
  25. secret_key:
  26. basic_captcha:
  27. type: characters # options: [characters | math]
  28. chars:
  29. length: 6 # number of chars to output
  30. font: zxx-noise.ttf # options: [zxx-noise.ttf | zxx-camo.ttf | zxx-xed.ttf | zxx-sans.ttf]
  31. bg: '#cccccc' # 6-char hex color
  32. text: '#333333' # 6-char hex color
  33. size: 24 # font size in px
  34. start_x: 5 # start position in x direction in px
  35. start_y: 30 # start position in y direction in px
  36. box_width: 135 # box width in px
  37. box_height: 40 # box height in px
  38. math:
  39. min: 1 # smallest digit
  40. max: 12 # largest digit
  41. operators: ['+','-','*'] # operators that can be used in math