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],\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:
          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"