1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- uuid: b5ddee05-f3f3-4ed5-bee3-7ed65823d1ce
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.node.chapter.body
- - field.field.node.chapter.field_title
- - node.type.chapter
- module:
- - path
- - text
- id: node.chapter.default
- targetEntityType: node
- bundle: chapter
- mode: default
- content:
- body:
- type: text_textarea_with_summary
- weight: 121
- region: content
- settings:
- rows: 9
- summary_rows: 3
- placeholder: ''
- show_summary: false
- third_party_settings: { }
- created:
- type: datetime_timestamp
- weight: 10
- region: content
- settings: { }
- third_party_settings: { }
- field_title:
- type: text_textarea
- weight: 122
- region: content
- settings:
- rows: 5
- placeholder: ''
- third_party_settings: { }
- langcode:
- type: language_select
- weight: 2
- region: content
- settings:
- include_locked: true
- third_party_settings: { }
- path:
- type: path
- weight: 30
- region: content
- settings: { }
- third_party_settings: { }
- promote:
- type: boolean_checkbox
- weight: 15
- region: content
- settings:
- display_label: true
- third_party_settings: { }
- status:
- type: boolean_checkbox
- weight: 120
- region: content
- settings:
- display_label: true
- third_party_settings: { }
- sticky:
- type: boolean_checkbox
- weight: 16
- region: content
- settings:
- display_label: true
- third_party_settings: { }
- title:
- type: string_textfield
- weight: -5
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- uid:
- type: entity_reference_autocomplete
- weight: 5
- region: content
- settings:
- match_operator: CONTAINS
- match_limit: 10
- size: 60
- placeholder: ''
- third_party_settings: { }
- url_redirects:
- weight: 50
- region: content
- settings: { }
- third_party_settings: { }
- hidden: { }
|