migrate_plus.migration.d7_node_entity_translation_materiau.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. id: d7_node_entity_translation_materiau
  2. label: Materiau
  3. migration_group: d7_materio
  4. migration_tags:
  5. - Drupal 7
  6. - translation
  7. - Content
  8. - Multilingual
  9. - Materio
  10. deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
  11. source:
  12. plugin: d7_node_entity_translation
  13. bundle: materiau
  14. destination:
  15. plugin: entity:node
  16. translations: true
  17. destination_module: content_translation
  18. bundle: materiau
  19. migration_dependencies:
  20. required:
  21. - d7_node_materiau
  22. process:
  23. nid: entity_id
  24. type: type
  25. langcode: language
  26. title: title
  27. uid: uid
  28. status: status
  29. created: created
  30. changed: changed
  31. promote: promote
  32. sticky: sticky
  33. revision_uid: revision_uid
  34. revision_log: log
  35. revision_timestamp: timestamp
  36. content_translation_source: source
  37. # TODO: mémo (field_memo)
  38. # TODO: nature (field_nature_titre)
  39. # TODO: description (field_description)
  40. # TODO: thesaurus (field_onthologie)
  41. # TODO: tags (field_tags_libres)
  42. # TODO: images (field_materiau_image)
  43. # TODO: videos (field_video_filter)
  44. # TODO: manufacturer (field_company_fab)
  45. # TODO: distributor (field_company_distrib)
  46. # TODO: fichiers (field_attachments)
  47. # TODO: materiaux liés (field_materiau_ref)
  48. # TODO: breves liées (field_breve_ref)
  49. # TODO: samples (field_location)
  50. # TODO: famille (field_famille)
  51. # TODO: identifiant (field_identifiant)
  52. # TODO: reference materio (field_reference_materio) COMPUTED
  53. # TODO: workflow
  54. # TODO: translations