1234567891011121314151617181920212223242526272829303132333435363738 |
- uuid: ad70e144-fcb0-427d-bec4-db59b5a8cd50
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.node.static.body
- - field.field.node.static.field_workflow
- - node.type.static
- module:
- - options
- - text
- - user
- id: node.static.default
- targetEntityType: node
- bundle: static
- mode: default
- content:
- body:
- label: hidden
- type: text_default
- weight: 101
- settings: { }
- third_party_settings: { }
- region: content
- field_workflow:
- weight: 102
- label: above
- settings: { }
- third_party_settings: { }
- type: list_default
- region: content
- links:
- weight: 100
- settings: { }
- third_party_settings: { }
- region: content
- hidden:
- langcode: true
|