migrate_plus.migration.d7_node_article_i18n.yml 987 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. uuid: 5a8e274e-b409-46ee-bce1-43f29a6ab72c
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: aDaggGLk8KnIX-YP91umTDS_kJ0j2NDAtztR9nw1Fcw
  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. process:
  22. nid:
  23. plugin: migration_lookup
  24. source: nid
  25. migration: d7_node_article
  26. no_stub: true
  27. type:
  28. plugin: default_value
  29. default_value: article
  30. langcode: language
  31. content_translation_source: source
  32. title: title
  33. created: created
  34. changed: changed
  35. body:
  36. plugin: iterator
  37. source: body
  38. process:
  39. value: value
  40. format:
  41. plugin: default_value
  42. default_value: wysiwyg
  43. destination:
  44. plugin: 'entity:node'
  45. translations: true
  46. migration_dependencies:
  47. required:
  48. - d7_node_article