You are here

content_moderation_notifications.schema.yml in Content Moderation Notifications 8.2

config/schema/content_moderation_notifications.schema.yml

File

config/schema/content_moderation_notifications.schema.yml
View source
  1. # Schema
  2. content_moderation_notifications.content_moderation_notification.*:
  3. type: config_entity
  4. label: 'ContentModerationNotification'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ContentModerationNotification id'
  9. uuid:
  10. type: string
  11. label: 'UUID'
  12. workflow:
  13. type: string
  14. label: 'Workflow'
  15. transitions:
  16. type: sequence
  17. sequence:
  18. type: string
  19. label: 'Transitions'
  20. roles:
  21. type: sequence
  22. sequence:
  23. type: string
  24. label: 'Roles'
  25. author:
  26. type: boolean
  27. label: 'Author'
  28. emails:
  29. type: string
  30. label: 'Emails'
  31. subject:
  32. type: string
  33. label: 'Subject'
  34. body:
  35. type: text_format
  36. label: 'Email'
  37. mapping:
  38. value:
  39. type: label
  40. label: 'Value'
  41. format:
  42. type: string
  43. label: 'Text format'
  44. label:
  45. type: label
  46. label: 'Label'
  47. langcode:
  48. type: string
  49. label: 'Default language'
  50. status:
  51. type: boolean
  52. label: 'Notification status'