X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Fmigrations%2Fd6_node_translation.yml;fp=web%2Fcore%2Fmodules%2Fnode%2Fmigrations%2Fd6_node_translation.yml;h=0000000000000000000000000000000000000000;hp=26cb0243bc91c6749a46b17306e9a6a8c7029ccf;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/node/migrations/d6_node_translation.yml b/web/core/modules/node/migrations/d6_node_translation.yml deleted file mode 100644 index 26cb0243b..000000000 --- a/web/core/modules/node/migrations/d6_node_translation.yml +++ /dev/null @@ -1,56 +0,0 @@ -id: d6_node_translation -label: Node translations -migration_tags: - - Drupal 6 - - Content -deriver: Drupal\node\Plugin\migrate\D6NodeDeriver -source: - plugin: d6_node - translations: true -process: - # If you are using this file to build a custom migration consider removing - # the nid field to allow incremental migrations. - nid: tnid - type: type - langcode: - plugin: default_value - source: language - default_value: "und" - title: title - uid: node_uid - status: status - created: created - changed: changed - promote: promote - sticky: sticky - 'body/format': - plugin: migration_lookup - migration: d6_filter_format - source: format - 'body/value': body - 'body/summary': teaser - revision_uid: revision_uid - revision_log: log - revision_timestamp: timestamp - content_translation_source: source_langcode - -# unmapped d6 fields. -# translate -# moderate -# comment - -destination: - plugin: entity:node - translations: true - destination_module: content_translation -migration_dependencies: - required: - - d6_user - - d6_node_type - - d6_node_settings - - d6_filter_format - - language - optional: - - d6_field_instance_widget_settings - - d6_field_formatter_settings - - d6_upload_field_instance