You are here

honeypot.schema.yml in Honeypot 2.0.x

Same filename and directory in other branches
  1. 8 config/schema/honeypot.schema.yml
config/schema/honeypot.schema.yml

File

config/schema/honeypot.schema.yml
View source
  1. honeypot.settings:
  2. type: config_object
  3. mapping:
  4. protect_all_forms:
  5. type: boolean
  6. label: 'Protect all forms'
  7. unprotected_forms:
  8. type: sequence
  9. label: 'Unprotected forms'
  10. sequence:
  11. type: string
  12. label: 'Unprotected form'
  13. log:
  14. type: boolean
  15. label: 'Log blocked form submissions'
  16. element_name:
  17. type: string
  18. label: 'Honeypot element name'
  19. time_limit:
  20. type: integer
  21. label: 'Honeypot time limit'
  22. expire:
  23. type: integer
  24. label: 'Expiration'
  25. form_settings:
  26. type: sequence
  27. sequence:
  28. type: boolean