- # Schema for the configuration files of the Contact module.
-
- contact.category.*:
- type: mapping
- label: 'Contact category'
- mapping:
- id:
- type: string
- label: 'Category identifier'
- uuid:
- type: string
- label: 'UUID'
- label:
- type: label
- label: 'Label'
- recipients:
- type: sequence
- label: 'Recipients'
- sequence:
- - type: email
- label: 'E-mail address'
- reply:
- type: text
- label: 'Auto-reply'
- weight:
- type: integer
- label: 'Weight'
- status:
- type: boolean
- label: 'Status'
- langcode:
- type: string
- label: 'Default language'
-
- contact.settings:
- type: mapping
- label: 'Contact settings'
- mapping:
- default_category:
- type: string
- label: 'Default category identifier'
- flood:
- type: mapping
- label: 'Flood control'
- mapping:
- limit:
- type: integer
- label: 'Limit'
- interval:
- type: integer
- label: 'Interval'
- user_default_enabled:
- type: boolean
- label: 'Personal contact form enabled by default'