recipe61_recipe_translation.yml in Recipe 8.2
migrations/recipe61_recipe_translation.yml
File
migrations/recipe61_recipe_translation.ymlView source
- id: recipe61_recipe_translation
- label: Recipe data
- migration_tags:
- - Drupal 6
- source:
- plugin: recipe61_recipe
- translations: true
- source_module: translation
- 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
- recipe_yield_amount: yield
- recipe_yield_unit: yield_unit
- destination:
- plugin: entity:node
- translations: true
- destination_module: content_translation
- migration_dependencies:
- required:
- - d6_node
- - language
- - recipe1x_ingredient