From 5887bca71ca83e19e85f137bd18c9d1bed319f5b Mon Sep 17 00:00:00 2001
From: Clayton Dewey <clayton@agaric.com>
Date: Fri, 30 Aug 2019 16:01:51 -0600
Subject: [PATCH] Update the settings for comments on Article

---
 config/sync/field.field.node.article.comment.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/sync/field.field.node.article.comment.yml b/config/sync/field.field.node.article.comment.yml
index 90ebf67..b4353db 100644
--- a/config/sync/field.field.node.article.comment.yml
+++ b/config/sync/field.field.node.article.comment.yml
@@ -15,7 +15,7 @@ entity_type: node
 bundle: article
 label: Comments
 description: ''
-required: true
+required: false
 translatable: true
 default_value:
   -
@@ -29,7 +29,7 @@ default_value_callback: ''
 settings:
   default_mode: 1
   per_page: 50
-  anonymous: 0
-  form_location: false
-  preview: 1
+  anonymous: 1
+  form_location: true
+  preview: 0
 field_type: comment