Skip to content
Snippets Groups Projects
Commit 513ab8f4 authored by Kurucz István's avatar Kurucz István Committed by Kurucz István
Browse files

Issue #2904329 by nevergone: Fix migration YAML files

parent 99a7cdbc
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ process: ...@@ -19,7 +19,7 @@ process:
filters: filters:
plugin: iterator plugin: iterator
source: filters source: filters
key: @id key: '@id'
process: process:
id: id:
plugin: static_map plugin: static_map
......
...@@ -17,7 +17,7 @@ process: ...@@ -17,7 +17,7 @@ process:
migration: d5_taxonomy_vocabulary migration: d5_taxonomy_vocabulary
source: vid source: vid
'settings/handler': 'constants/selection_handler' 'settings/handler': 'constants/selection_handler'
'settings/handler_settings/target_bundles/0': @field_name 'settings/handler_settings/target_bundles/0': '@field_name'
'settings/handler_settings/auto_create': 'constants/auto_create' 'settings/handler_settings/auto_create': 'constants/auto_create'
destination: destination:
plugin: entity:field_config plugin: entity:field_config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment