Move config out of redundant sync directory
This commit is contained in:
parent
a83fc897c7
commit
b1b12e0505
1372 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,68 @@
|
|||
uuid: 49585043-4c03-4f31-a704-0cc843abf295
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- comment_notify
|
||||
id: config_sync.module.comment_notify
|
||||
snapshotSet: config_sync
|
||||
extensionType: module
|
||||
extensionName: comment_notify
|
||||
items:
|
||||
-
|
||||
collection: ''
|
||||
name: comment_notify.settings
|
||||
data:
|
||||
node_types:
|
||||
- article
|
||||
available_alerts:
|
||||
1: true
|
||||
2: true
|
||||
enable_default:
|
||||
watcher: none
|
||||
entity_author: false
|
||||
mail_templates:
|
||||
watcher:
|
||||
subject: '[site:name] :: new comment on [node:title]'
|
||||
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:
|
||||
subject: '[site:name] :: new comment for your post'
|
||||
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]
|
Loading…
Add table
Add a link
Reference in a new issue