multiple_email.schema.yml in Multiple E-mail Addresses 2.x
config/schema/multiple_email.schema.yml
File
config/schema/multiple_email.schema.ymlView source
- # Schema for the configuration files of the Multiple Email Addresses module.
-
- multiple_email.settings:
- type: config_object
- label: 'Multiple Email Addresses settings'
- mapping:
- hide_field:
- type: boolean
- label: 'Hides the e-mail field when editing a user'
- edit_emails:
- type: boolean
- label: 'Allows editing of e-mail addresses. It is equivalent to deleting and adding a new e-mail address, as edited emails must be re-confirmed. If enabled, e-mail addresses (excluding primary) may be edited via the multiple e-mail tab.'
- confirm:
- type: mapping
- label: 'Confirmation settings'
- mapping:
- attempts:
- type: integer
- label: 'How many times a user enters a confirmation code before a new one is generated. If set to 0, no new codes are sent after the first one.'
- deadline:
- type: integer
- label: 'How many days a user has to enter a confirmation code. If 0, emails pending confirmation do not expire.'
-
- multiple_email.mail:
- type: config_object
- label: 'Email settings'
- mapping:
- confirmation:
- type: mail
- label: 'New e-mail confirmation'
- expiration:
- type: mail
- label: 'Not validated e-mail expiration'