migrate_plus.migration.d7_node_materiau_i18n.yml 855 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. id: d7_node_materiau_i18n
  2. label: Node Materiau i18n
  3. migration_group: d7_materio
  4. audit: true
  5. migration_tags:
  6. - Drupal 7
  7. - Content
  8. - Materio
  9. deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
  10. source:
  11. plugin: d7_node_materiau_i18n
  12. node_type: materiau
  13. translations: true
  14. destination:
  15. plugin: entity:node
  16. translations: true
  17. process:
  18. nid:
  19. plugin: migration_lookup
  20. source: nid
  21. migration: d7_node_materiau
  22. no_stub: true
  23. type:
  24. plugin: default_value
  25. default_value: materiau
  26. langcode: language
  27. content_translation_source: source
  28. title: title
  29. field_short_description: field_nature_titre
  30. body:
  31. plugin: iterator
  32. source: field_description
  33. process:
  34. value: value
  35. format:
  36. plugin: default_value
  37. default_value: wysiwyg
  38. migration_dependencies:
  39. required:
  40. - d7_node_materiau