From 0856ef9a1f153b328df56f79178002707289d92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Wed, 26 May 2021 17:16:36 -0400 Subject: [PATCH] Disable comment notify for all content types Ref #113 --- config/sync/comment_notify.settings.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/sync/comment_notify.settings.yml b/config/sync/comment_notify.settings.yml index 3b60022..ace5f76 100644 --- a/config/sync/comment_notify.settings.yml +++ b/config/sync/comment_notify.settings.yml @@ -1,8 +1,4 @@ -bundle_types: - - node--article--comment - - node--blog--comment - - node--collection--comment - - node--gleaning--comment +bundle_types: { } available_alerts: 1: true 2: false