1234567891011121314151617181920212223242526272829303132 |
- uuid: c5c06fab-3207-43df-af42-db9d07c0e9ae
- langcode: fr
- status: true
- dependencies:
- config:
- - core.entity_view_mode.node.teaser
- - field.field.node.actualite.body
- - node.type.actualite
- module:
- - text
- - user
- id: node.actualite.teaser
- targetEntityType: node
- bundle: actualite
- 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:
- langcode: true
- search_api_excerpt: true
|