You are here

recipe1x_ingredient_field_display.yml in Recipe 8.2

migrations/recipe1x_ingredient_field_display.yml

File

migrations/recipe1x_ingredient_field_display.yml
View source
  1. id: recipe1x_ingredient_field_display
  2. label: Ingredient field display configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. source:
  7. plugin: variable
  8. variables:
  9. - recipe_fraction_display
  10. - recipe_unit_display
  11. source_module: recipe
  12. constants:
  13. id: node.recipe.default
  14. process:
  15. id: 'constants/id'
  16. 'content/recipe_ingredient/settings/fraction_format': recipe_fraction_display
  17. 'content/recipe_ingredient/settings/unit_display': recipe_unit_display
  18. destination:
  19. plugin: entity:entity_view_display
  20. migration_dependencies: { }