content_moderation_notifications-8.x-3.2/config/schema/content_moderation_notifications.schema.yml
config/schema/content_moderation_notifications.schema.yml
# Schema
content_moderation_notifications.content_moderation_notification.*:
type: config_entity
label: 'ContentModerationNotification'
mapping:
id:
type: string
label: 'ContentModerationNotification id'
uuid:
type: string
label: 'UUID'
workflow:
type: string
label: 'Workflow'
transitions:
type: sequence
sequence:
type: string
label: 'Transitions'
roles:
type: sequence
sequence:
type: string
label: 'Roles'
author:
type: boolean
label: 'Author'
site_mail:
type: boolean
label: Disable site mail
user_fields:
type: sequence
sequence:
type: string
label: 'Entity Reference User Fields'
emails:
type: string
label: 'Emails'
subject:
type: label
label: 'Subject'
body:
type: text_format
label: 'Email'
label:
type: label
label: 'Label'
langcode:
type: string
label: 'Default language'
status:
type: boolean
label: 'Notification status'
