Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ process:
type: constants/node_article
# Attach the translation to the already migrated base node.
nid:
plugin: migration
plugin: migration_lookup
migration: example_creature_base
source: nid
langcode: language
Expand Down
2 changes: 1 addition & 1 deletion config/install/migrate_plus.migration.example_dog_i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ destination:
process:
# Attach the translation to the already migrated base node.
nid:
plugin: migration
plugin: migration_lookup
migration: example_dog_base
source: tnid
type: constants/node_article
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ destination:
process:
# Attach the translation to the already-migrated node.
nid:
plugin: migration
plugin: migration_lookup
source: Simbolo
migration: example_element_en
# For the rest of the fields, migrate them as is.
Expand Down