recipe71_recipe.yml in Recipe 8.2
migrations/recipe71_recipe.yml
File
migrations/recipe71_recipe.ymlView source
- id: recipe71_recipe
- label: Recipe data
- migration_tags:
- - Drupal 7
- source:
- plugin: recipe71_recipe
- process:
- nid: tnid
- langcode:
- plugin: default_value
- source: language
- default_value: "und"
- recipe_cook_time: cooktime
- recipe_description: description
- recipe_ingredient:
- plugin: sub_process
- source: ingredients
- process:
- delta: weight
- target_id: ingredient_id
- unit_key: unit_key
- quantity: quantity
- note: note
- recipe_instructions: instructions
- recipe_notes: notes
- recipe_prep_time: preptime
- recipe_source: source
- destination:
- plugin: entity:node
- migration_dependencies:
- required:
- - d7_node
- - recipe1x_ingredient