contact.schema.yml

drupal/core/modules/contact/config/schema/contact.schema.yml

File

drupal/core/modules/contact/config/schema/contact.schema.yml
View source
  1. # Schema for the configuration files of the Contact module.
  2. contact.category.*:
  3. type: mapping
  4. label: 'Contact category'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'Category identifier'
  9. uuid:
  10. type: string
  11. label: 'UUID'
  12. label:
  13. type: label
  14. label: 'Label'
  15. recipients:
  16. type: sequence
  17. label: 'Recipients'
  18. sequence:
  19. - type: email
  20. label: 'E-mail address'
  21. reply:
  22. type: text
  23. label: 'Auto-reply'
  24. weight:
  25. type: integer
  26. label: 'Weight'
  27. status:
  28. type: boolean
  29. label: 'Status'
  30. langcode:
  31. type: string
  32. label: 'Default language'
  33. contact.settings:
  34. type: mapping
  35. label: 'Contact settings'
  36. mapping:
  37. default_category:
  38. type: string
  39. label: 'Default category identifier'
  40. flood:
  41. type: mapping
  42. label: 'Flood control'
  43. mapping:
  44. limit:
  45. type: integer
  46. label: 'Limit'
  47. interval:
  48. type: integer
  49. label: 'Interval'
  50. user_default_enabled:
  51. type: boolean
  52. label: 'Personal contact form enabled by default'