12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- uuid: 30ad05fe-02fc-47f3-bd1c-a9da0d83c5f9
- langcode: en
- status: true
- dependencies:
- config:
- - core.entity_view_mode.node.teaser
- - field.field.node.participants.body
- - field.field.node.participants.field_bibliographie
- - field.field.node.participants.field_portrait
- - field.field.node.participants.field_prenom
- - field.field.node.participants.field_publications_participants
- - field.field.node.participants.field_qualite
- - image.style.medium
- - node.type.participants
- module:
- - image
- - text
- - user
- id: node.participants.teaser
- targetEntityType: node
- bundle: participants
- mode: teaser
- content:
- body:
- type: text_summary_or_trimmed
- label: hidden
- settings:
- trim_length: 100
- third_party_settings: { }
- weight: 3
- region: content
- field_portrait:
- type: image
- label: hidden
- settings:
- image_link: content
- image_style: medium
- image_loading:
- attribute: lazy
- third_party_settings: { }
- weight: 1
- region: content
- field_prenom:
- type: string
- label: hidden
- settings:
- link_to_entity: false
- third_party_settings: { }
- weight: 0
- region: content
- field_qualite:
- type: string
- label: hidden
- settings:
- link_to_entity: true
- third_party_settings: { }
- weight: 2
- region: content
- hidden:
- field_bibliographie: true
- field_publications_participants: true
- langcode: true
- links: true
- search_api_excerpt: true
|