12345678910111213141516171819202122232425262728293031323334 |
- uuid: fd1724fa-a0b5-49cf-b36f-4a8154f54309
- langcode: en
- status: true
- dependencies:
- config:
- - core.entity_view_mode.node.teaser
- - field.field.node.chapter.body
- - field.field.node.chapter.field_title
- - node.type.chapter
- module:
- - text
- - user
- id: node.chapter.teaser
- targetEntityType: node
- bundle: chapter
- 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_title: true
- langcode: true
- search_api_excerpt: true
|