12345678910111213141516171819202122232425262728293031323334 |
- uuid: b10d8cdc-22f2-4e6b-aef2-6f02915b9a7f
- langcode: fr
- status: true
- dependencies:
- config:
- - core.entity_view_mode.node.teaser
- - field.field.node.collection.body
- - field.field.node.collection.field_ressources_liees
- - node.type.collection
- module:
- - text
- - user
- id: node.collection.teaser
- targetEntityType: node
- bundle: collection
- mode: teaser
- content:
- body:
- label: hidden
- type: text_summary_or_trimmed
- weight: 101
- settings:
- trim_length: 600
- third_party_settings: { }
- region: content
- links:
- weight: 100
- settings: { }
- third_party_settings: { }
- region: content
- hidden:
- field_ressources_liees: true
- langcode: true
- search_api_excerpt: true
|