Add rake tasks #306
2 changed files with 9 additions and 4 deletions
|
@ -8,10 +8,14 @@ enable_default:
|
||||||
entity_author: true
|
entity_author: true
|
||||||
mail_templates:
|
mail_templates:
|
||||||
watcher:
|
watcher:
|
||||||
subject: '[site:name] :: new comment on [node:title]'
|
node:
|
||||||
body: "Hi [comment-subscribed:author],\r\n\r\n[comment:author] has commented on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou can stop receiving emails when someone replies to this post,\r\nby going to [comment-subscribed:unsubscribe-url]\r\n\r\nYou can set up auto-following feature for all future posts\r\nby creating your own user with a few clicks here [site:login-url]\r\n\r\n-- [site:name] team\r\n[site:url]\r\n"
|
subject: '[site:name] :: new comment on [node:title]'
|
||||||
|
body: "Hi [comment-subscribed:author],\r\n\r\n[comment:author] has commented on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou can stop receiving emails when someone replies to this post,\r\nby going to [comment-subscribed:unsubscribe-url]\r\n\r\nYou can set up auto-following feature for all future posts\r\nby creating your own user with a few clicks here [site:login-url]\r\n\r\n-- [site:name] team\r\n[site:url]\r\n"
|
||||||
entity_author:
|
entity_author:
|
||||||
subject: '[site:name] :: new comment for your post'
|
node:
|
||||||
body: "Hi [node:author],\r\n\r\nYou have received a comment on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou will receive emails like this for all replies to your posts. You can\r\ndisable this by logging in and changing the settings on your user account at\r\n[node:author:edit-url].\r\n\r\n-- [site:name] team\r\n[site:url]\r\n"
|
subject: '[site:name] :: new comment for your post'
|
||||||
|
body: "Hi [node:author],\r\n\r\nYou have received a comment on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou will receive emails like this for all replies to your posts. You can\r\ndisable this by logging in and changing the settings on your user account at\r\n[node:author:edit-url].\r\n\r\n-- [site:name] team\r\n[site:url]\r\n"
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik
|
default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik
|
||||||
|
bundle_types:
|
||||||
|
- node--blog--comment
|
||||||
|
|
1
config/sync/preview_link.settings.yml
Normal file
1
config/sync/preview_link.settings.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
enabled_entity_types: { }
|
Loading…
Reference in a new issue