Enable and do initial configuration of comment notify modules
Send a simple link to all managers And we'll try to send authors and commenters notice of new comments by default. Ref #12
This commit is contained in:
parent
cf5207e352
commit
cf8c86804e
3 changed files with 39 additions and 0 deletions
19
config/sync/comment_notify.settings.yml
Normal file
19
config/sync/comment_notify.settings.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
bundle_types:
|
||||
- node--article--comment
|
||||
available_alerts:
|
||||
1: true
|
||||
2: true
|
||||
enable_default:
|
||||
watcher: none
|
||||
entity_author: false
|
||||
mail_templates:
|
||||
watcher:
|
||||
node:
|
||||
subject: '[site:name] :: new comment on [node:title]'
|
||||
body: "Hi [comment-subscribed:author],\n\n[comment:author] has commented on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou can stop receiving emails when someone replies to this post,\nby going to [comment-subscribed:unsubscribe-url]\n\nYou can set up auto-following feature for all future posts\nby creating your own user with a few clicks here [site:login-url]\n\n-- [site:name] team\n[site:url]\n"
|
||||
entity_author:
|
||||
node:
|
||||
subject: '[site:name] :: new comment for your post'
|
||||
body: "Hi [node:author],\n\nYou have received a comment on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou will receive emails like this for all replies to your posts. You can\ndisable this by logging in and changing the settings on your user account at\n[node:author:edit-url].\n\n-- [site:name] team\n[site:url]\n"
|
||||
_core:
|
||||
default_config_hash: y7oCzsZ-B0R-nyeSFO1f2h9BEChUQGSZT-3cqXd-sLE
|
Loading…
Add table
Add a link
Reference in a new issue