Add the multiline config module
This commit is contained in:
parent
c39a172690
commit
2aef6eb122
71 changed files with 1891 additions and 126 deletions
|
@ -10,11 +10,49 @@ mail_templates:
|
|||
watcher:
|
||||
node:
|
||||
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"
|
||||
body: |
|
||||
Hi [comment-subscribed:author],
|
||||
|
||||
[comment:author] has commented on: "[node:title]"
|
||||
|
||||
----
|
||||
[comment:title]
|
||||
[comment:body]
|
||||
----
|
||||
|
||||
You can view the comment at the following url
|
||||
[comment:url]
|
||||
|
||||
You can stop receiving emails when someone replies to this post,
|
||||
by going to [comment-subscribed:unsubscribe-url]
|
||||
|
||||
You can set up auto-following feature for all future posts
|
||||
by creating your own user with a few clicks here [site:login-url]
|
||||
|
||||
-- [site:name] team
|
||||
[site:url]
|
||||
entity_author:
|
||||
node:
|
||||
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"
|
||||
body: |
|
||||
Hi [node:author],
|
||||
|
||||
You have received a comment on: "[node:title]"
|
||||
|
||||
----
|
||||
[comment:title]
|
||||
[comment:body]
|
||||
----
|
||||
|
||||
You can view the comment at the following url
|
||||
[comment:url]
|
||||
|
||||
You will receive emails like this for all replies to your posts. You can
|
||||
disable this by logging in and changing the settings on your user account at
|
||||
[node:author:edit-url].
|
||||
|
||||
-- [site:name] team
|
||||
[site:url]
|
||||
_core:
|
||||
default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik
|
||||
bundle_types:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue