You are here

contact.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/contact/config/schema/contact.schema.yml
core/modules/contact/config/schema/contact.schema.yml

File

core/modules/contact/config/schema/contact.schema.yml
View source
  1. # Schema for the configuration files of the Contact module.
  2. contact.form.*:
  3. type: config_entity
  4. label: 'Contact form'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. label:
  10. type: label
  11. label: 'Label'
  12. recipients:
  13. type: sequence
  14. label: 'Recipients'
  15. sequence:
  16. type: email
  17. label: 'Email address'
  18. reply:
  19. type: text
  20. label: 'Auto-reply'
  21. weight:
  22. type: integer
  23. label: 'Weight'
  24. contact.settings:
  25. type: config_object
  26. label: 'Contact settings'
  27. mapping:
  28. default_form:
  29. type: string
  30. label: 'Default form identifier'
  31. flood:
  32. type: mapping
  33. label: 'Flood control'
  34. mapping:
  35. limit:
  36. type: integer
  37. label: 'Limit'
  38. interval:
  39. type: integer
  40. label: 'Interval'
  41. user_default_enabled:
  42. type: boolean
  43. label: 'Personal contact form enabled by default'