d7_node.yml in Zircon Profile 8.0
Same filename and directory in other branches
core/modules/node/migration_templates/d7_node.yml
File
core/modules/node/migration_templates/d7_node.ymlView source
- id: d7_node
- label: Nodes
- migration_tags:
- - Drupal 7
- builder:
- plugin: d7_node
- source:
- plugin: d7_node
- 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
- revision_uid: revision_uid
- revision_log: log
- revision_timestamp: timestamp
- destination:
- plugin: entity:node
- migration_dependencies:
- required:
- - d7_user
- - d7_node_type
- optional:
- - d7_field_instance