From eb6ddff6894e8fe30b5f7d450b6037b9a21dc584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 4 Oct 2019 09:23:59 -0400 Subject: [PATCH] Configure insert widget, re-order form fields on Gleanings --- ...ity_form_display.node.gleaning.default.yml | 32 ++++++++----------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/config/sync/core.entity_form_display.node.gleaning.default.yml b/config/sync/core.entity_form_display.node.gleaning.default.yml index 12cd786..d49fd04 100644 --- a/config/sync/core.entity_form_display.node.gleaning.default.yml +++ b/config/sync/core.entity_form_display.node.gleaning.default.yml @@ -11,7 +11,6 @@ dependencies: - image.style.thumbnail - node.type.gleaning module: - - comment - datetime - file - insert @@ -24,27 +23,21 @@ mode: default content: body: type: text_textarea_with_summary - weight: 121 + weight: 2 settings: rows: 9 summary_rows: 3 placeholder: '' third_party_settings: { } region: content - comment: - weight: 124 - settings: { } - third_party_settings: { } - type: comment_default - region: content created: type: datetime_timestamp - weight: 10 + weight: 6 region: content settings: { } third_party_settings: { } field_image: - weight: 122 + weight: 3 settings: preview_image_style: thumbnail progress_indicator: throbber @@ -76,13 +69,13 @@ content: type: insert_image region: content field_publication_date: - weight: 125 + weight: 1 settings: { } third_party_settings: { } type: datetime_default region: content field_upload: - weight: 123 + weight: 4 settings: progress_indicator: throbber third_party_settings: { } @@ -90,7 +83,7 @@ content: region: content path: type: path - weight: 30 + weight: 9 region: content settings: { } third_party_settings: { } @@ -98,26 +91,26 @@ content: type: boolean_checkbox settings: display_label: true - weight: 15 + weight: 8 region: content third_party_settings: { } status: type: boolean_checkbox settings: display_label: true - weight: 120 + weight: 11 region: content third_party_settings: { } sticky: type: boolean_checkbox settings: display_label: true - weight: 16 + weight: 7 region: content third_party_settings: { } title: type: string_textfield - weight: -5 + weight: 0 region: content settings: size: 60 @@ -133,8 +126,9 @@ content: region: content third_party_settings: { } url_redirects: - weight: 50 + weight: 10 region: content settings: { } third_party_settings: { } -hidden: { } +hidden: + comment: true