contrib modules updates
This commit is contained in:
@@ -5,6 +5,11 @@ dependencies:
|
||||
config:
|
||||
- field.storage.node.field_domain_access
|
||||
- node.type.static
|
||||
module:
|
||||
- domain_access
|
||||
third_party_settings:
|
||||
domain_access:
|
||||
add_current_domain: true
|
||||
id: node.static.field_domain_access
|
||||
field_name: field_domain_access
|
||||
entity_type: node
|
||||
@@ -14,7 +19,7 @@ description: 'Select the affiliate domain(s) for this content'
|
||||
required: true
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: 'Drupal\domain_access\DomainAccessManager::getDefaultValue'
|
||||
default_value_callback: null
|
||||
settings:
|
||||
handler: 'default:domain'
|
||||
handler_settings:
|
||||
|
||||
Reference in New Issue
Block a user