user_registration_reminder-1.x-dev/config/schema/user_registration_reminder.schema.yml
config/schema/user_registration_reminder.schema.yml
# Schema for the configuration files of the User registration reminder module.
user_registration_reminder.settings:
type: config_object
label: 'User registration reminder settings'
mapping:
enabled:
type: boolean
label: 'Enable user registration reminder.'
email_bcc:
type: email
label: 'Send a copy of the reminder to the given email address, e.g. for debug purposes or to be informed about inactive accounts.'
cron_check_interval:
type: integer
label: 'Interval (in seconds) to run the User Registration Reminder checks.'
reminder_escalations:
type: sequence
label: 'Reminder escalations'
sequence:
type: mapping
label: 'Reminder escalation'
mapping:
delay:
type: integer
label: 'Delay (in seconds) for this escalation after the previous escalation. Set zero (0) to disable.'
nullable: false
email_subject:
type: label
label: 'Reminder email subject.'
nullable: false
email_body:
type: text
label: 'Reminder email body.'
nullable: false
final_action:
type: mapping
label: 'Final action'
mapping:
delay:
type: integer
label: 'Delay (in seconds) after the final reminder to execute the final action.'
nullable: false
action:
type: string
label: 'Final action to execute.'
nullable: false
constraints:
Choice:
- none
- block
- delete
