From b091e8ed3779ffe90cff602fb9ffbf909b5fdcb2 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 19 May 2025 12:59:17 +0200 Subject: [PATCH] type de ressource multiple --- ...core.entity_form_display.node.ressource.default.yml | 10 ++++++++-- .../field.storage.node.field_type_de_ressource.yml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/sync/core.entity_form_display.node.ressource.default.yml b/config/sync/core.entity_form_display.node.ressource.default.yml index a117857..2fa81ae 100644 --- a/config/sync/core.entity_form_display.node.ressource.default.yml +++ b/config/sync/core.entity_form_display.node.ressource.default.yml @@ -27,6 +27,7 @@ dependencies: - image - link - paragraphs + - path - text - video_embed_field third_party_settings: @@ -102,11 +103,11 @@ third_party_settings: required_fields: true group_detailssidebar: children: - - field_collections - field_type_de_ressource - field_type_de_media - status - promote + - path label: Details region: content parent_name: '' @@ -266,6 +267,12 @@ content: region: content settings: { } third_party_settings: { } + path: + type: path + weight: 141 + region: content + settings: { } + third_party_settings: { } promote: type: boolean_checkbox weight: 140 @@ -291,7 +298,6 @@ content: hidden: created: true langcode: true - path: true sticky: true uid: true url_redirects: true diff --git a/config/sync/field.storage.node.field_type_de_ressource.yml b/config/sync/field.storage.node.field_type_de_ressource.yml index 58e44c3..99837e7 100644 --- a/config/sync/field.storage.node.field_type_de_ressource.yml +++ b/config/sync/field.storage.node.field_type_de_ressource.yml @@ -13,7 +13,7 @@ settings: target_type: taxonomy_term module: core locked: false -cardinality: 1 +cardinality: -1 translatable: true indexes: { } persist_with_no_fields: false