updated core to 8.6.3
This commit is contained in:
@@ -51,6 +51,21 @@ process:
|
||||
'settings/handler_settings/target_bundles/0': '@field_name'
|
||||
'settings/handler_settings/auto_create': 'constants/auto_create'
|
||||
required: required
|
||||
# Get the i18n taxonomy translation setting for this vocabulary.
|
||||
# 0 - No multilingual options
|
||||
# 1 - Localizable terms. Run through the localization system.
|
||||
# 2 - Predefined language for a vocabulary and its terms.
|
||||
# 3 - Per-language terms, translatable (referencing terms with different
|
||||
# languages) but not localizable.
|
||||
translatable:
|
||||
plugin: static_map
|
||||
source: i18ntaxonomy_vocabulary
|
||||
default_value: 0
|
||||
map:
|
||||
0: false
|
||||
1: false
|
||||
2: false
|
||||
3: true
|
||||
destination:
|
||||
plugin: entity:field_config
|
||||
migration_dependencies:
|
||||
|
||||
@@ -34,6 +34,7 @@ process:
|
||||
source: '@parent_id'
|
||||
forum_container: is_container
|
||||
changed: timestamp
|
||||
langcode: language
|
||||
destination:
|
||||
plugin: entity:taxonomy_term
|
||||
migration_dependencies:
|
||||
|
||||
Reference in New Issue
Block a user