Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / node / migration_templates / d6_node_revision.yml
diff --git a/web/core/modules/node/migration_templates/d6_node_revision.yml b/web/core/modules/node/migration_templates/d6_node_revision.yml
deleted file mode 100644 (file)
index f4ff301..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-id: d6_node_revision
-label: Node revisions
-migration_tags:
-  - Drupal 6
-deriver: Drupal\node\Plugin\migrate\D6NodeDeriver
-source:
-  plugin: d6_node_revision
-process:
-  # If you are using this file to build a custom migration consider removing
-  # the nid and vid fields to allow incremental migrations.
-  nid: nid
-  vid: vid
-  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
-
-#  unmapped d6 fields.
-#  tnid
-#  translate
-#  moderate
-#  comment
-
-destination:
-  plugin: entity_revision:node