1234567891011121314151617181920212223242526272829303132333435363738 |
- uuid: ed2ea658-3f5e-4259-b26e-7ffcaae99d8a
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.node.chapter.body
- - field.field.node.chapter.field_title
- - node.type.chapter
- module:
- - text
- - user
- id: node.chapter.default
- targetEntityType: node
- bundle: chapter
- mode: default
- content:
- body:
- type: text_default
- label: hidden
- settings: { }
- third_party_settings: { }
- weight: 101
- region: content
- field_title:
- type: text_default
- label: above
- settings: { }
- third_party_settings: { }
- weight: 102
- region: content
- links:
- settings: { }
- third_party_settings: { }
- weight: 100
- region: content
- hidden:
- langcode: true
- search_api_excerpt: true
|