1234567891011121314151617181920212223242526 |
- uuid: e6380815-b44f-4995-8e7b-2b568a17c6f4
- langcode: fr
- status: true
- dependencies:
- config:
- - field.storage.user.field_domain_access
- module:
- - user
- id: user.user.field_domain_access
- field_name: field_domain_access
- entity_type: user
- bundle: user
- label: 'Domain Access'
- description: 'Select the affiliate domain(s) for this user'
- required: false
- translatable: false
- 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
|