1234567891011121314151617181920212223242526272829 |
- uuid: c5bc9c4c-634c-4146-8b9f-652a686a0c79
- langcode: en
- status: true
- dependencies:
- config:
- - field.storage.node.field_distributor
- - node.type.materiau
- - taxonomy.vocabulary.company
- id: node.materiau.field_distributor
- field_name: field_distributor
- entity_type: node
- bundle: materiau
- label: Distributor
- description: ''
- required: false
- translatable: false
- default_value: { }
- default_value_callback: ''
- settings:
- handler: 'default:taxonomy_term'
- handler_settings:
- target_bundles:
- company: company
- sort:
- field: name
- direction: asc
- auto_create: false
- auto_create_bundle: ''
- field_type: entity_reference
|