migrate_plus.migration.d7_node_materiau_i18n.yml 1.0 KB

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