| 12345678910111213141516171819202122232425 | 
							- uuid: 800b75ad-b897-48b8-a783-5715fc62782d
 
- langcode: fr
 
- status: true
 
- dependencies:
 
-   config:
 
-     - field.storage.node.field_domain_access
 
-     - node.type.fil
 
- id: node.fil.field_domain_access
 
- field_name: field_domain_access
 
- entity_type: node
 
- bundle: fil
 
- label: 'Domain Access'
 
- description: 'Select the affiliate domain(s) for this content'
 
- required: true
 
- translatable: true
 
- default_value: {  }
 
- default_value_callback: 'Drupal\domain_access\DomainAccessManager::getDefaultValue'
 
- settings:
 
-   handler: 'default:domain'
 
-   handler_settings:
 
-     target_bundles: null
 
-     sort:
 
-       field: weight
 
-       direction: ASC
 
- field_type: entity_reference
 
 
  |