You are here

d6_node_revision.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/node/migration_templates/d6_node_revision.yml
core/modules/node/migration_templates/d6_node_revision.yml

File

core/modules/node/migration_templates/d6_node_revision.yml
View source
  1. id: d6_node_revision
  2. label: Node revisions
  3. migration_tags:
  4. - Drupal 6
  5. builder:
  6. plugin: d6_node
  7. source:
  8. plugin: d6_node_revision
  9. process:
  10. nid: nid
  11. vid: vid
  12. type: type
  13. langcode:
  14. plugin: default_value
  15. source: language
  16. default_value: "und"
  17. title: title
  18. uid: node_uid
  19. status: status
  20. created: created
  21. changed: changed
  22. promote: promote
  23. sticky: sticky
  24. 'body/format':
  25. plugin: migration
  26. migration: d6_filter_format
  27. source: format
  28. 'body/value': body
  29. 'body/summary': teaser
  30. revision_uid: revision_uid
  31. revision_log: log
  32. revision_timestamp: timestamp
  33. # unmapped d6 fields.
  34. # tnid
  35. # translate
  36. # moderate
  37. # comment
  38. destination:
  39. plugin: entity_revision:node