migrate_plus.migration.d7_node_materiau_i18n.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. uuid: 1cc85278-4253-4ee4-abe9-bdbfdbcd4fd1
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: Qs6SCZjjvh6GVqAsUnNPqcgKFQDrDg-NQ3yeTRQEFLU
  7. id: d7_node_materiau_i18n
  8. class: null
  9. field_plugin_method: null
  10. cck_plugin_method: null
  11. migration_tags:
  12. - 'Drupal 7'
  13. - Content
  14. - Materio
  15. migration_group: d7_materio
  16. label: 'Node Materiau i18n'
  17. source:
  18. plugin: d7_node_materiau_i18n
  19. node_type: materiau
  20. translations: true
  21. high_water_property:
  22. name: changed
  23. alias: 'n'
  24. process:
  25. nid:
  26. plugin: migration_lookup
  27. source: nid
  28. migration: d7_node_materiau
  29. no_stub: true
  30. type:
  31. plugin: default_value
  32. default_value: materiau
  33. langcode: language
  34. content_translation_source: source
  35. title: title
  36. created: created
  37. changed: changed
  38. field_short_description: field_nature_titre
  39. body:
  40. plugin: iterator
  41. source: field_description
  42. process:
  43. value: value
  44. format:
  45. plugin: default_value
  46. default_value: wysiwyg
  47. destination:
  48. plugin: 'entity:node'
  49. translations: true
  50. migration_dependencies:
  51. required:
  52. - d7_node_materiau