You are here

notify.schema.yml in Notify 8

config/schema/notify.schema.yml

File

config/schema/notify.schema.yml
View source
  1. notify.settings:
  2. type: config_object
  3. label: 'E-mail notification settings'
  4. mapping:
  5. notify_period:
  6. type: string
  7. label: 'Send notifications every'
  8. notify_send_hour:
  9. type: string
  10. label: 'Hour to Send Notifications'
  11. notify_attempts:
  12. type: string
  13. label: 'Number of failed sends after which notifications are disabled'
  14. notify_batch:
  15. type: string
  16. label: 'Maximum number of notifications to send out per cron run'
  17. notify_include_updates:
  18. type: string
  19. label: 'Include updated posts in notifications'
  20. notify_unpublished:
  21. type: string
  22. label: 'Administrators shall be notified about unpublished content of tracked types'
  23. notify_watchdog:
  24. type: string
  25. label: 'Watchdog log level'
  26. notify_weightur:
  27. type: string
  28. label: 'Weight of notification field in user registration form'
  29. notify_reg_default:
  30. type: string
  31. lable: 'Receive e-mail notifications'
  32. notify_def_node:
  33. type: string
  34. label: 'Notify new content'
  35. notify_def_comment:
  36. type: string
  37. lable: 'Notify new comments'
  38. notify_def_teasers:
  39. type: string
  40. lable: 'How much to include?'
  41. notify_send_start:
  42. type: string
  43. lable: 'Send start timestamp'
  44. notify_send_last:
  45. type: string
  46. lable: 'Last notification timestamp'
  47. notify_num_sent:
  48. type: string
  49. lable: 'Notify number of sent'
  50. notify_num_failed:
  51. type: string
  52. lable: 'Notify number of failed'