You are here

admin_content_notification.schema.yml in Admin Content Notification 8.3

config/schema/admin_content_notification.schema.yml

File

config/schema/admin_content_notification.schema.yml
View source
  1. admin_content_notification.settings:
  2. type: config_object
  3. label: 'Admin content notification settings'
  4. mapping:
  5. admin_content_notification_node_types:
  6. type: sequence
  7. label: 'Content types'
  8. sequence:
  9. type: string
  10. admin_content_notification_trigger_on_node_update:
  11. type: boolean
  12. label: 'Enable on content update'
  13. admin_content_notification_trigger_on_node_status:
  14. type: integer
  15. label: 'Content status'
  16. admin_content_notification_allowed_roles:
  17. type: sequence
  18. label: 'Allowed roles'
  19. sequence:
  20. type: string
  21. admin_content_notification_email_limit:
  22. type: integer
  23. label: 'Recipients Limit (Max)'
  24. admin_content_notification_email:
  25. type: string
  26. label: "Email Id's receiving notification email"
  27. admin_content_notification_roles_notified:
  28. type: sequence
  29. label: 'Roles receiving notification email'
  30. sequence:
  31. type: string
  32. admin_content_notification_email_subject:
  33. type: label
  34. label: 'Email subject'
  35. admin_content_notification_email_body:
  36. type: text
  37. label: 'Email body'