migrate_plus.migration.d7_node_article_i18n.yml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. uuid: 2ff8e8e0-ca3d-47d6-875f-f8de1e735f19
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: vLmdf7LyOFNcHdarEDF_W3CV4Wp-K6GdgH_dOwuUHTY
  7. id: d7_node_article_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 Article i18n'
  17. source:
  18. plugin: d7_node_breve_i18n
  19. node_type: breve
  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_article
  29. no_stub: true
  30. type:
  31. plugin: default_value
  32. default_value: article
  33. langcode: language
  34. content_translation_source: source
  35. title: title
  36. created: created
  37. changed: changed
  38. body:
  39. plugin: iterator
  40. source: body
  41. process:
  42. value: value
  43. format:
  44. plugin: default_value
  45. default_value: wysiwyg
  46. destination:
  47. plugin: 'entity:node'
  48. translations: true
  49. migration_dependencies:
  50. required:
  51. - d7_node_article