X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Fmigration_templates%2Fd6_node_translation.yml;fp=web%2Fcore%2Fmodules%2Fnode%2Fmigration_templates%2Fd6_node_translation.yml;h=4bf36da736ab08ec2b2049402e7445c1ac84be01;hp=3eb06e8a7d7a364ee5ee88c7704227a541685ed8;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/node/migration_templates/d6_node_translation.yml b/web/core/modules/node/migration_templates/d6_node_translation.yml index 3eb06e8a7..4bf36da73 100644 --- a/web/core/modules/node/migration_templates/d6_node_translation.yml +++ b/web/core/modules/node/migration_templates/d6_node_translation.yml @@ -6,6 +6,7 @@ deriver: Drupal\node\Plugin\migrate\D6NodeDeriver source: plugin: d6_node translations: true + source_module: translation process: # If you are using this file to build a custom migration consider removing # the nid field to allow incremental migrations. @@ -41,6 +42,7 @@ process: destination: plugin: entity:node translations: true + destination_module: content_translation migration_dependencies: required: - d6_user @@ -52,4 +54,3 @@ migration_dependencies: - d6_field_instance_widget_settings - d6_field_formatter_settings - d6_upload_field_instance -provider: migrate_drupal