suppression du field type de ressource qui bug en prod
This commit is contained in:
parent
b12af44825
commit
95e1b02760
@ -9,7 +9,6 @@ dependencies:
|
|||||||
- field.field.node.ressource.field_introduction
|
- field.field.node.ressource.field_introduction
|
||||||
- field.field.node.ressource.field_parties_ressource
|
- field.field.node.ressource.field_parties_ressource
|
||||||
- field.field.node.ressource.field_thematiques
|
- field.field.node.ressource.field_thematiques
|
||||||
- field.field.node.ressource.field_type_de_ressource
|
|
||||||
- node.type.ressource
|
- node.type.ressource
|
||||||
module:
|
module:
|
||||||
- autocomplete_deluxe
|
- autocomplete_deluxe
|
||||||
@ -163,12 +162,6 @@ content:
|
|||||||
new_terms: false
|
new_terms: false
|
||||||
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
|
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_type_de_ressource:
|
|
||||||
type: options_select
|
|
||||||
weight: 26
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 30
|
weight: 30
|
||||||
|
@ -9,12 +9,10 @@ dependencies:
|
|||||||
- field.field.node.ressource.field_introduction
|
- field.field.node.ressource.field_introduction
|
||||||
- field.field.node.ressource.field_parties_ressource
|
- field.field.node.ressource.field_parties_ressource
|
||||||
- field.field.node.ressource.field_thematiques
|
- field.field.node.ressource.field_thematiques
|
||||||
- field.field.node.ressource.field_type_de_ressource
|
|
||||||
- node.type.ressource
|
- node.type.ressource
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
- options
|
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
id: node.ressource.default
|
id: node.ressource.default
|
||||||
@ -71,13 +69,6 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
field_type_de_ressource:
|
|
||||||
type: list_default
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 108
|
|
||||||
region: content
|
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
@ -10,7 +10,6 @@ dependencies:
|
|||||||
- field.field.node.ressource.field_introduction
|
- field.field.node.ressource.field_introduction
|
||||||
- field.field.node.ressource.field_parties_ressource
|
- field.field.node.ressource.field_parties_ressource
|
||||||
- field.field.node.ressource.field_thematiques
|
- field.field.node.ressource.field_thematiques
|
||||||
- field.field.node.ressource.field_type_de_ressource
|
|
||||||
- node.type.ressource
|
- node.type.ressource
|
||||||
module:
|
module:
|
||||||
- user
|
- user
|
||||||
@ -31,7 +30,6 @@ hidden:
|
|||||||
field_introduction: true
|
field_introduction: true
|
||||||
field_parties_ressource: true
|
field_parties_ressource: true
|
||||||
field_thematiques: true
|
field_thematiques: true
|
||||||
field_type_de_ressource: true
|
|
||||||
footnotes_group: true
|
footnotes_group: true
|
||||||
langcode: true
|
langcode: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -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
|
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user