migrate_plus.migration.upgrade_d6_node_type.yml 906 B

12345678910111213141516171819202122232425262728293031323334353637
  1. uuid: f1ba5bdf-b93d-49a3-a07e-ed7c69d803c1
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_node_type
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. migration_group: migrate_drupal_6
  12. label: 'Node type configuration'
  13. source:
  14. plugin: d6_node_type
  15. constants:
  16. preview: 1
  17. create_body: false
  18. process:
  19. type: type
  20. name: name
  21. module: module
  22. description: description
  23. help: help
  24. title_label: title_label
  25. preview_mode: constants/preview
  26. display_submitted: display_submitted
  27. new_revision: options/revision
  28. settings/node/options: options
  29. create_body: has_body
  30. create_body_label: body_label
  31. third_party_settings/menu_ui/available_menus: available_menus
  32. third_party_settings/menu_ui/parent: parent
  33. destination:
  34. plugin: 'entity:node_type'
  35. migration_dependencies:
  36. required: { }
  37. optional: { }