12345678910111213141516171819202122232425262728 |
- uuid: a49418f6-8715-4c59-a93d-90bc3cc00462
- langcode: en
- status: true
- dependencies:
- config:
- - field.storage.node.field_linked_articles
- - node.type.article
- - node.type.thematique
- id: node.thematique.field_linked_articles
- field_name: field_linked_articles
- entity_type: node
- bundle: thematique
- label: 'Linked Articles'
- description: ''
- required: false
- translatable: true
- default_value: { }
- default_value_callback: ''
- settings:
- handler: 'default:node'
- handler_settings:
- target_bundles:
- article: article
- sort:
- field: _none
- auto_create: false
- auto_create_bundle: ''
- field_type: entity_reference
|