You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.1 KiB

4 years ago
  1. uuid: ad54fb3c-3fae-4b51-b236-6e0f958e4efc
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: upgrade_block_content_entity_form_display
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. - 'Drupal 7'
  12. - Configuration
  13. migration_group: migrate_drupal_7
  14. label: 'Body field form display configuration'
  15. source:
  16. plugin: embedded_data
  17. data_rows:
  18. -
  19. entity_type: block_content
  20. bundle: basic
  21. form_mode: default
  22. field_name: body
  23. ids:
  24. entity_type:
  25. type: string
  26. bundle:
  27. type: string
  28. form_mode:
  29. type: string
  30. field_name:
  31. type: string
  32. source_module: block
  33. process:
  34. entity_type:
  35. -
  36. plugin: get
  37. source: entity_type
  38. bundle:
  39. -
  40. plugin: get
  41. source: bundle
  42. form_mode:
  43. -
  44. plugin: get
  45. source: form_mode
  46. field_name:
  47. -
  48. plugin: get
  49. source: field_name
  50. destination:
  51. plugin: component_entity_form_display
  52. migration_dependencies:
  53. required:
  54. - upgrade_block_content_body_field
  55. optional: { }