Mercurial > hg > cmmr2012-drupal-site
diff core/modules/node/migrations/d6_node_revision.yml @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/modules/node/migrations/d6_node_revision.yml Thu Jul 05 14:24:15 2018 +0000 @@ -0,0 +1,43 @@ +id: d6_node_revision +label: Node revisions +audit: true +migration_tags: + - Drupal 6 + - Content +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