From a8dd6d35b3260a9bfb8945206afd74638614fe53 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Sat, 31 Aug 2019 13:09:05 -0600 Subject: [PATCH] Add commenting to Basic Page --- ...ity_form_display.comment.comment.default.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 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 03267ae..b2bc914 100644 --- a/config/sync/core.entity_form_display.comment.comment.default.yml +++ b/config/sync/core.entity_form_display.comment.comment.default.yml @@ -15,17 +15,22 @@ bundle: comment mode: default content: author: - weight: 0 + weight: -2 region: content - settings: { } - third_party_settings: { } comment_body: type: text_textarea - weight: 1 + weight: 11 settings: rows: 5 placeholder: '' third_party_settings: { } region: content -hidden: - subject: true + subject: + type: string_textfield + weight: 10 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + region: content +hidden: { }