|
@@ -3,7 +3,6 @@ langcode: fr
|
|
|
status: true
|
|
|
dependencies:
|
|
|
config:
|
|
|
- - field.field.node.ressource.body
|
|
|
- field.field.node.ressource.field_actu_liee
|
|
|
- field.field.node.ressource.field_auteur_s_
|
|
|
- field.field.node.ressource.field_collections
|
|
@@ -12,8 +11,10 @@ dependencies:
|
|
|
- field.field.node.ressource.field_fichiers
|
|
|
- field.field.node.ressource.field_images
|
|
|
- field.field.node.ressource.field_liens
|
|
|
+ - field.field.node.ressource.field_mots_clefs
|
|
|
- field.field.node.ressource.field_ress
|
|
|
- field.field.node.ressource.field_sous_titre
|
|
|
+ - field.field.node.ressource.field_textes
|
|
|
- field.field.node.ressource.field_type_de_ressource
|
|
|
- field.field.node.ressource.field_videos
|
|
|
- image.style.thumbnail
|
|
@@ -24,6 +25,7 @@ dependencies:
|
|
|
- file
|
|
|
- image
|
|
|
- link
|
|
|
+ - paragraphs
|
|
|
- text
|
|
|
- video_embed_field
|
|
|
third_party_settings:
|
|
@@ -49,7 +51,7 @@ third_party_settings:
|
|
|
children:
|
|
|
- title
|
|
|
- field_sous_titre
|
|
|
- - body
|
|
|
+ - field_textes
|
|
|
parent_name: group_tabs
|
|
|
weight: 20
|
|
|
format_type: tab
|
|
@@ -120,6 +122,7 @@ third_party_settings:
|
|
|
- field_date_de_parution
|
|
|
- field_edition
|
|
|
- field_auteur_s_
|
|
|
+ - field_mots_clefs
|
|
|
parent_name: group_tabs
|
|
|
weight: 21
|
|
|
format_type: tab
|
|
@@ -137,16 +140,6 @@ targetEntityType: node
|
|
|
bundle: ressource
|
|
|
mode: default
|
|
|
content:
|
|
|
- body:
|
|
|
- type: text_textarea_with_summary
|
|
|
- weight: -3
|
|
|
- settings:
|
|
|
- rows: 9
|
|
|
- summary_rows: 3
|
|
|
- placeholder: ''
|
|
|
- show_summary: false
|
|
|
- third_party_settings: { }
|
|
|
- region: content
|
|
|
field_actu_liee:
|
|
|
weight: 129
|
|
|
settings:
|
|
@@ -158,7 +151,7 @@ content:
|
|
|
type: entity_reference_autocomplete
|
|
|
region: content
|
|
|
field_auteur_s_:
|
|
|
- weight: 7
|
|
|
+ weight: 132
|
|
|
settings:
|
|
|
rows: 5
|
|
|
placeholder: ''
|
|
@@ -176,13 +169,13 @@ content:
|
|
|
type: entity_reference_autocomplete
|
|
|
region: content
|
|
|
field_date_de_parution:
|
|
|
- weight: 5
|
|
|
+ weight: 130
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
|
type: datetime_default
|
|
|
region: content
|
|
|
field_edition:
|
|
|
- weight: 6
|
|
|
+ weight: 131
|
|
|
settings:
|
|
|
rows: 5
|
|
|
placeholder: ''
|
|
@@ -212,6 +205,16 @@ content:
|
|
|
third_party_settings: { }
|
|
|
type: link_default
|
|
|
region: content
|
|
|
+ field_mots_clefs:
|
|
|
+ weight: 133
|
|
|
+ settings:
|
|
|
+ match_operator: CONTAINS
|
|
|
+ match_limit: 10
|
|
|
+ size: 60
|
|
|
+ placeholder: ''
|
|
|
+ third_party_settings: { }
|
|
|
+ type: entity_reference_autocomplete
|
|
|
+ region: content
|
|
|
field_ress:
|
|
|
weight: 128
|
|
|
settings:
|
|
@@ -230,6 +233,18 @@ content:
|
|
|
third_party_settings: { }
|
|
|
type: string_textfield
|
|
|
region: content
|
|
|
+ field_textes:
|
|
|
+ weight: -3
|
|
|
+ settings:
|
|
|
+ title: Paragraph
|
|
|
+ title_plural: Paragraphs
|
|
|
+ edit_mode: open
|
|
|
+ add_mode: dropdown
|
|
|
+ form_display_mode: default
|
|
|
+ default_paragraph_type: ''
|
|
|
+ third_party_settings: { }
|
|
|
+ type: entity_reference_paragraphs
|
|
|
+ region: content
|
|
|
field_type_de_ressource:
|
|
|
weight: 3
|
|
|
settings:
|
|
@@ -241,7 +256,7 @@ content:
|
|
|
type: entity_reference_autocomplete
|
|
|
region: content
|
|
|
field_videos:
|
|
|
- weight: 131
|
|
|
+ weight: 127
|
|
|
settings: { }
|
|
|
third_party_settings: { }
|
|
|
type: video_embed_field_textfield
|