You are here

comment_notify.settings.yml in Comment Notify 8

config/install/comment_notify.settings.yml

File

config/install/comment_notify.settings.yml
View source
  1. bundle_types:
  2. - node--article--comment
  3. available_alerts:
  4. 1: true
  5. 2: true
  6. enable_default:
  7. watcher: none
  8. entity_author: false
  9. mail_templates:
  10. watcher:
  11. node:
  12. subject: '[site:name] :: new comment on [node:title]'
  13. body: |
  14. Hi [comment-subscribed:author],
  15. [comment:author] has commented on: "[node:title]"
  16. ----
  17. [comment:title]
  18. [comment:body]
  19. ----
  20. You can view the comment at the following url
  21. [comment:url]
  22. You can stop receiving emails when someone replies to this post,
  23. by going to [comment-subscribed:unsubscribe-url]
  24. You can set up auto-following feature for all future posts
  25. by creating your own user with a few clicks here [site:login-url]
  26. -- [site:name] team
  27. [site:url]
  28. entity_author:
  29. node:
  30. subject: '[site:name] :: new comment for your post'
  31. body: |
  32. Hi [node:author],
  33. You have received a comment on: "[node:title]"
  34. ----
  35. [comment:title]
  36. [comment:body]
  37. ----
  38. You can view the comment at the following url
  39. [comment:url]
  40. You will receive emails like this for all replies to your posts. You can
  41. disable this by logging in and changing the settings on your user account at
  42. [node:author:edit-url].
  43. -- [site:name] team
  44. [site:url]