From e8a532a8324156d9ec4c37773600e24bbe2f7034 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 2 Oct 2024 22:36:07 +0200 Subject: [PATCH] gallerie formulaire --- ...rm_display.node.gallerie_photo.default.yml | 75 ++++++++----------- 1 file changed, 32 insertions(+), 43 deletions(-) diff --git a/config/sync/core.entity_form_display.node.gallerie_photo.default.yml b/config/sync/core.entity_form_display.node.gallerie_photo.default.yml index 60b2460..2666958 100644 --- a/config/sync/core.entity_form_display.node.gallerie_photo.default.yml +++ b/config/sync/core.entity_form_display.node.gallerie_photo.default.yml @@ -8,9 +8,30 @@ dependencies: - image.style.thumbnail - node.type.gallerie_photo module: + - field_group - image - path - text +third_party_settings: + field_group: + group_details: + children: + - status + - path + label: Details + region: content + parent_name: '' + weight: 3 + format_type: details_sidebar + format_settings: + classes: '' + show_empty_fields: false + id: '' + label_as_html: false + open: true + description: '' + required_fields: true + weight: 0 id: node.gallerie_photo.default targetEntityType: node bundle: gallerie_photo @@ -18,7 +39,7 @@ mode: default content: body: type: text_textarea_with_summary - weight: 121 + weight: 1 region: content settings: rows: 9 @@ -26,70 +47,38 @@ content: placeholder: '' show_summary: false third_party_settings: { } - created: - type: datetime_timestamp - weight: 10 - region: content - settings: { } - third_party_settings: { } field_images: type: image_image - weight: 122 + weight: 2 region: content settings: progress_indicator: throbber preview_image_style: thumbnail third_party_settings: { } - langcode: - type: language_select - weight: 2 - region: content - settings: - include_locked: true - third_party_settings: { } path: type: path - weight: 30 + weight: 8 region: content settings: { } third_party_settings: { } - promote: - type: boolean_checkbox - weight: 15 - region: content - settings: - display_label: true - third_party_settings: { } status: type: boolean_checkbox - weight: 120 - region: content - settings: - display_label: true - third_party_settings: { } - sticky: - type: boolean_checkbox - weight: 16 + weight: 7 region: content settings: display_label: true third_party_settings: { } title: type: string_textfield - weight: -5 + weight: 0 region: content settings: size: 60 placeholder: '' third_party_settings: { } - uid: - type: entity_reference_autocomplete - weight: 5 - region: content - settings: - match_operator: CONTAINS - match_limit: 10 - size: 60 - placeholder: '' - third_party_settings: { } -hidden: { } +hidden: + created: true + langcode: true + promote: true + sticky: true + uid: true