migrate_plus.migration.d7_node_materiau_i18n.yml 904 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. source:
  10. plugin: d7_node_materiau_i18n
  11. node_type: materiau
  12. translations: true
  13. # high_water_property:
  14. # name: changed
  15. # alias: n
  16. destination:
  17. plugin: entity:node
  18. translations: true
  19. process:
  20. nid:
  21. plugin: migration_lookup
  22. source: nid
  23. migration: d7_node_materiau
  24. no_stub: true
  25. type:
  26. plugin: default_value
  27. default_value: materiau
  28. langcode: language
  29. content_translation_source: source
  30. title: title
  31. created: created
  32. changed: changed
  33. field_short_description: field_nature_titre
  34. body:
  35. plugin: iterator
  36. source: field_description
  37. process:
  38. value: value
  39. format:
  40. plugin: default_value
  41. default_value: wysiwyg
  42. migration_dependencies:
  43. required:
  44. - d7_node_materiau