entity_activity-8.x-1.0-beta13/modules/entity_activity_mail/config/schema/entity_activity_mail.schema.yml
modules/entity_activity_mail/config/schema/entity_activity_mail.schema.yml
entity_activity_mail.settings:
type: config_object
label: 'Commerce Product Reminder settings.'
mapping:
general:
type: mapping
label: 'General settings'
mapping:
hide_message:
type: boolean
label: 'Hide message'
enabled:
type: boolean
label: 'Enabled'
only_unread:
type: boolean
label: 'Send only unread logs'
mark_read:
type: boolean
label: 'Mark as read logs sent by mail'
cron_time:
type: string
label: 'Cron time'
log_report:
type: boolean
label: 'Log report'
user:
type: mapping
label: 'User settings'
mapping:
default_frequency:
type: string
label: 'Mail frequency'
mail:
type: mapping
label: 'Mail settings'
mapping:
from:
type: string
label: 'Mail from'
subject:
type: label
label: 'Mail subject'
body:
type: mapping
mapping:
value:
type: text
label: 'Mail body'
format:
type: string
label: 'Format'
footer:
type: mapping
mapping:
value:
type: text
label: 'Mail footer'
format:
type: string
label: 'Format'
