1234567891011121314151617181920212223242526272829303132 |
- uuid: 4d002704-f28a-402d-982e-418ab7615df2
- langcode: en
- status: true
- dependencies:
- config:
- - core.entity_view_mode.node.teaser
- - field.field.node.chapter_bis.body
- - node.type.chapter_bis
- module:
- - text
- - user
- id: node.chapter_bis.teaser
- targetEntityType: node
- bundle: chapter_bis
- 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:
- langcode: true
- search_api_excerpt: true
|