From d7cf4dab5a231c8d468f6304b63d60db89b73b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 25 Dec 2018 12:48:14 -0500 Subject: [PATCH] Disable comment threading (display), allow contact info, show form --- config/sync/field.field.node.blog.comment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/sync/field.field.node.blog.comment.yml b/config/sync/field.field.node.blog.comment.yml index 170e463..8a47144 100644 --- a/config/sync/field.field.node.blog.comment.yml +++ b/config/sync/field.field.node.blog.comment.yml @@ -27,9 +27,9 @@ default_value: comment_count: 0 default_value_callback: '' settings: - default_mode: 1 + default_mode: 0 per_page: 50 - anonymous: 0 - form_location: false + anonymous: 1 + form_location: true preview: 1 field_type: comment