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..09ec55c 100644 --- a/config/sync/core.entity_form_display.comment.comment.default.yml +++ b/config/sync/core.entity_form_display.comment.comment.default.yml @@ -27,5 +27,10 @@ content: placeholder: '' third_party_settings: { } region: content + comment_notify_settings: + weight: 1 + settings: { } + third_party_settings: { } + region: content hidden: subject: true diff --git a/config/sync/core.entity_form_display.user.user.default.yml b/config/sync/core.entity_form_display.user.user.default.yml index 32d4189..ff126ed 100644 --- a/config/sync/core.entity_form_display.user.user.default.yml +++ b/config/sync/core.entity_form_display.user.user.default.yml @@ -18,6 +18,11 @@ content: settings: { } third_party_settings: { } region: content + comment_notify_settings: + weight: 4 + settings: { } + third_party_settings: { } + region: content contact: weight: 5 settings: { } diff --git a/config/sync/core.entity_view_display.node.gleaning.card.yml b/config/sync/core.entity_view_display.node.gleaning.card.yml index 672629d..966d060 100644 --- a/config/sync/core.entity_view_display.node.gleaning.card.yml +++ b/config/sync/core.entity_view_display.node.gleaning.card.yml @@ -35,5 +35,6 @@ content: third_party_settings: { } hidden: body: true + comment: true field_upload: true search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.node.gleaning.teaser.yml b/config/sync/core.entity_view_display.node.gleaning.teaser.yml index 3bc0ae6..3779a92 100644 --- a/config/sync/core.entity_view_display.node.gleaning.teaser.yml +++ b/config/sync/core.entity_view_display.node.gleaning.teaser.yml @@ -28,6 +28,7 @@ content: third_party_settings: { } region: content hidden: + comment: true field_image: true field_upload: true search_api_excerpt: true