projet image
This commit is contained in:
@@ -5,6 +5,7 @@ dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.projet.field_documents
|
||||
- field.field.node.projet.field_image
|
||||
- field.field.node.projet.field_infos
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_laureats
|
||||
@@ -12,8 +13,10 @@ dependencies:
|
||||
- field.field.node.projet.field_nom_de_l_equipe
|
||||
- field.field.node.projet.field_parties_projet
|
||||
- field.field.node.projet.field_site_projet
|
||||
- image.style.large
|
||||
- node.type.projet
|
||||
module:
|
||||
- image_field_caption
|
||||
- manage_display
|
||||
- smart_trim
|
||||
id: node.projet.teaser
|
||||
@@ -21,6 +24,17 @@ targetEntityType: node
|
||||
bundle: projet
|
||||
mode: teaser
|
||||
content:
|
||||
field_image:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: large
|
||||
image_link: content
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_intro:
|
||||
type: smart_trim
|
||||
label: visually_hidden
|
||||
@@ -43,7 +57,7 @@ content:
|
||||
trim_zero: false
|
||||
replace_tokens: false
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
weight: 3
|
||||
region: content
|
||||
field_laureats:
|
||||
type: boolean
|
||||
@@ -53,7 +67,7 @@ content:
|
||||
format_custom_false: ''
|
||||
format_custom_true: Lauréat
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
weight: 1
|
||||
region: content
|
||||
field_nom_de_l_equipe:
|
||||
type: title
|
||||
@@ -62,7 +76,7 @@ content:
|
||||
link_to_entity: true
|
||||
tag: h3
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
|
||||
Reference in New Issue
Block a user