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 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 diff --git a/config/sync/field.field.node.blog.comment.yml b/config/sync/field.field.node.blog.comment.yml index 93e05e8..e44a9e0 100644 --- a/config/sync/field.field.node.blog.comment.yml +++ b/config/sync/field.field.node.blog.comment.yml @@ -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