d6_node_revision.yml in Zircon Profile 8
Same filename and directory in other branches
core/modules/node/migration_templates/d6_node_revision.yml
File
core/modules/node/migration_templates/d6_node_revision.ymlView source
- id: d6_node_revision
- label: Node revisions
- migration_tags:
- - Drupal 6
- builder:
- plugin: d6_node
- source:
- plugin: d6_node_revision
- process:
- nid: nid
- vid: vid
- 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
- 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