content_moderation_notifications.schema.yml in Content Moderation Notifications 8
Same filename and directory in other branches
config/schema/content_moderation_notifications.schema.yml
File
config/schema/content_moderation_notifications.schema.ymlView source
- # Schema
- content_moderation_notifications.content_moderation_notification.*:
- type: mapping
- label: 'ContentModerationNotification'
- mapping:
- id:
- type: string
- label: 'ContentModerationNotification id'
- uuid:
- type: string
- label: 'UUID'
- transitions:
- type: sequence
- sequence:
- type: string
- label: 'Transitions'
- bundles:
- type: sequence
- sequence:
- type: string
- label: 'Bundles'
- roles:
- type: sequence
- sequence:
- type: string
- label: 'Roles'
- author:
- type: boolean
- label: 'Author'
- emails:
- type: string
- label: 'Emails'
- subject:
- type: string
- label: 'Subject'
- body:
- type: mapping
- label: 'Email'
- mapping:
- value:
- type: label
- label: 'Value'
- format:
- type: string
- label: 'Text format'
- label:
- type: label
- label: 'Label'
- langcode:
- type: string
- label: 'Default language'