1234567891011121314151617181920212223242526272829 |
- langcode: fr
- status: true
- dependencies:
- config:
- - field.field.node.static.body
- - node.type.static
- module:
- - text
- - user
- id: node.static.default
- targetEntityType: node
- bundle: static
- mode: default
- content:
- body:
- type: text_default
- label: hidden
- settings: { }
- third_party_settings: { }
- weight: 0
- region: content
- links:
- settings: { }
- third_party_settings: { }
- weight: 1
- region: content
- hidden:
- langcode: true
- search_api_excerpt: true
|