Commit all self-updates from Drupal upgrades INCLUDING obsolete permissions removal

This commit is contained in:
benjamin melançon 2022-01-28 19:20:33 -05:00
parent 518258a5b5
commit d839062213
308 changed files with 6052 additions and 6131 deletions

View file

@ -25,8 +25,46 @@ items:
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"
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],\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"
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]