You are here

d7_node.yml in Zircon Profile 8

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

File

core/modules/node/migration_templates/d7_node.yml
View source
  1. id: d7_node
  2. label: Nodes
  3. migration_tags:
  4. - Drupal 7
  5. builder:
  6. plugin: d7_node
  7. source:
  8. plugin: d7_node
  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. revision_uid: revision_uid
  25. revision_log: log
  26. revision_timestamp: timestamp
  27. destination:
  28. plugin: entity:node
  29. migration_dependencies:
  30. required:
  31. - d7_user
  32. - d7_node_type
  33. optional:
  34. - d7_field_instance