From 7b5fca43b545819aabc69b214d4a6e2bdc3c6529 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Fri, 30 Aug 2019 15:59:38 -0600 Subject: [PATCH] Update the form display of comments --- ...ity_form_display.comment.comment.default.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/config/sync/core.entity_form_display.comment.comment.default.yml b/config/sync/core.entity_form_display.comment.comment.default.yml index b2bc914..03267ae 100644 --- a/config/sync/core.entity_form_display.comment.comment.default.yml +++ b/config/sync/core.entity_form_display.comment.comment.default.yml @@ -15,22 +15,17 @@ bundle: comment mode: default content: author: - weight: -2 + weight: 0 region: content + settings: { } + third_party_settings: { } comment_body: type: text_textarea - weight: 11 + weight: 1 settings: rows: 5 placeholder: '' third_party_settings: { } region: content - subject: - type: string_textfield - weight: 10 - settings: - size: 60 - placeholder: '' - third_party_settings: { } - region: content -hidden: { } +hidden: + subject: true