You are here

content_moderation_notifications.schema.yml in Content Moderation Notifications 8

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: mapping
  4. label: 'ContentModerationNotification'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ContentModerationNotification id'
  9. uuid:
  10. type: string
  11. label: 'UUID'
  12. transitions:
  13. type: sequence
  14. sequence:
  15. type: string
  16. label: 'Transitions'
  17. bundles:
  18. type: sequence
  19. sequence:
  20. type: string
  21. label: 'Bundles'
  22. roles:
  23. type: sequence
  24. sequence:
  25. type: string
  26. label: 'Roles'
  27. author:
  28. type: boolean
  29. label: 'Author'
  30. emails:
  31. type: string
  32. label: 'Emails'
  33. subject:
  34. type: string
  35. label: 'Subject'
  36. body:
  37. type: mapping
  38. label: 'Email'
  39. mapping:
  40. value:
  41. type: label
  42. label: 'Value'
  43. format:
  44. type: string
  45. label: 'Text format'
  46. label:
  47. type: label
  48. label: 'Label'
  49. langcode:
  50. type: string
  51. label: 'Default language'