From 95e1b0276081c84c23149564e91f5a01dca67309 Mon Sep 17 00:00:00 2001 From: Valentin Le Moign Date: Mon, 14 Apr 2025 14:24:40 +0200 Subject: [PATCH] suppression du field type de ressource qui bug en prod --- ...ty_form_display.node.ressource.default.yml | 7 ---- ...ty_view_display.node.ressource.default.yml | 9 ----- ...ity_view_display.node.ressource.teaser.yml | 2 -- ...node.ressource.field_type_de_ressource.yml | 21 ------------ ...d.storage.node.field_type_de_ressource.yml | 33 ------------------- 5 files changed, 72 deletions(-) delete mode 100644 config/sync/field.field.node.ressource.field_type_de_ressource.yml delete mode 100644 config/sync/field.storage.node.field_type_de_ressource.yml 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 3343c1a..ed0d985 100644 --- a/config/sync/core.entity_form_display.node.ressource.default.yml +++ b/config/sync/core.entity_form_display.node.ressource.default.yml @@ -9,7 +9,6 @@ dependencies: - field.field.node.ressource.field_introduction - field.field.node.ressource.field_parties_ressource - field.field.node.ressource.field_thematiques - - field.field.node.ressource.field_type_de_ressource - node.type.ressource module: - autocomplete_deluxe @@ -163,12 +162,6 @@ content: new_terms: false no_empty_message: 'No terms could be found. Please type in order to add a new term.' third_party_settings: { } - field_type_de_ressource: - type: options_select - weight: 26 - region: content - settings: { } - third_party_settings: { } path: type: path weight: 30 diff --git a/config/sync/core.entity_view_display.node.ressource.default.yml b/config/sync/core.entity_view_display.node.ressource.default.yml index d9cb26c..1a48be3 100644 --- a/config/sync/core.entity_view_display.node.ressource.default.yml +++ b/config/sync/core.entity_view_display.node.ressource.default.yml @@ -9,12 +9,10 @@ dependencies: - field.field.node.ressource.field_introduction - field.field.node.ressource.field_parties_ressource - field.field.node.ressource.field_thematiques - - field.field.node.ressource.field_type_de_ressource - node.type.ressource module: - datetime - entity_reference_revisions - - options - text - user id: node.ressource.default @@ -71,13 +69,6 @@ content: third_party_settings: { } weight: 4 region: content - field_type_de_ressource: - type: list_default - label: above - settings: { } - third_party_settings: { } - weight: 108 - region: content links: settings: { } third_party_settings: { } diff --git a/config/sync/core.entity_view_display.node.ressource.teaser.yml b/config/sync/core.entity_view_display.node.ressource.teaser.yml index eb05f86..f20a030 100644 --- a/config/sync/core.entity_view_display.node.ressource.teaser.yml +++ b/config/sync/core.entity_view_display.node.ressource.teaser.yml @@ -10,7 +10,6 @@ dependencies: - field.field.node.ressource.field_introduction - field.field.node.ressource.field_parties_ressource - field.field.node.ressource.field_thematiques - - field.field.node.ressource.field_type_de_ressource - node.type.ressource module: - user @@ -31,7 +30,6 @@ hidden: field_introduction: true field_parties_ressource: true field_thematiques: true - field_type_de_ressource: true footnotes_group: true langcode: true search_api_excerpt: true diff --git a/config/sync/field.field.node.ressource.field_type_de_ressource.yml b/config/sync/field.field.node.ressource.field_type_de_ressource.yml deleted file mode 100644 index 61b7bf9..0000000 --- a/config/sync/field.field.node.ressource.field_type_de_ressource.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 0c898a0a-a009-4b3f-9abe-e6e4f5feb1e7 -langcode: fr -status: true -dependencies: - config: - - field.storage.node.field_type_de_ressource - - node.type.ressource - module: - - options -id: node.ressource.field_type_de_ressource -field_name: field_type_de_ressource -entity_type: node -bundle: ressource -label: 'Type de ressource' -description: '' -required: true -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: list_string diff --git a/config/sync/field.storage.node.field_type_de_ressource.yml b/config/sync/field.storage.node.field_type_de_ressource.yml deleted file mode 100644 index 4d1eeda..0000000 --- a/config/sync/field.storage.node.field_type_de_ressource.yml +++ /dev/null @@ -1,33 +0,0 @@ -uuid: f76ffe60-78f6-44ef-8171-f7b2d04f8881 -langcode: fr -status: true -dependencies: - module: - - node - - options -id: node.field_type_de_ressource -field_name: field_type_de_ressource -entity_type: node -type: list_string -settings: - allowed_values: - - - value: cartes_blanches - label: 'Cartes Blanches' - - - value: reportages - label: Reportages - - - value: videos - label: Vidéos - - - value: documents - label: Documents - allowed_values_function: '' -module: options -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false