You are here

content_moderation_notifications.schema.yml in Content Moderation Notifications 8.3

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. site_mail:
  29. type: boolean
  30. label: Disable site mail
  31. emails:
  32. type: string
  33. label: 'Emails'
  34. subject:
  35. type: label
  36. label: 'Subject'
  37. body:
  38. type: text_format
  39. label: 'Email'
  40. mapping:
  41. value:
  42. type: label
  43. label: 'Value'
  44. format:
  45. type: string
  46. label: 'Text format'
  47. label:
  48. type: label
  49. label: 'Label'
  50. langcode:
  51. type: string
  52. label: 'Default language'
  53. status:
  54. type: boolean
  55. label: 'Notification status'