12345678910111213141516171819202122232425262728293031323334353637383940 |
- uuid: 112e6805-77b0-431a-911c-55b3edd98116
- langcode: en
- status: true
- dependencies:
- config:
- - core.entity_view_mode.node.teaser
- - field.field.node.presentation.body
- - field.field.node.presentation.field_add_participant
- - field.field.node.presentation.field_audio
- - field.field.node.presentation.field_image
- - field.field.node.presentation.field_les_notes
- - node.type.presentation
- module:
- - text
- - user
- id: node.presentation.teaser
- targetEntityType: node
- bundle: presentation
- mode: teaser
- content:
- body:
- type: text_summary_or_trimmed
- label: hidden
- settings:
- trim_length: 600
- third_party_settings: { }
- weight: 101
- region: content
- links:
- settings: { }
- third_party_settings: { }
- weight: 100
- region: content
- hidden:
- field_add_participant: true
- field_audio: true
- field_image: true
- field_les_notes: true
- langcode: true
- search_api_excerpt: true
|