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.

58 lines
1.1 KiB

4 years ago
  1. uuid: dcd29850-1d5b-4e6f-970a-b26a53b76f8e
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: upgrade_block_content_body_field
  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: 'Block content body field configuration'
  15. source:
  16. plugin: embedded_data
  17. data_rows:
  18. -
  19. entity_type: block_content
  20. bundle: basic
  21. field_name: body
  22. label: Body
  23. display_summary: false
  24. ids:
  25. entity_type:
  26. type: string
  27. bundle:
  28. type: string
  29. field_name:
  30. type: string
  31. source_module: block
  32. process:
  33. entity_type:
  34. -
  35. plugin: get
  36. source: entity_type
  37. bundle:
  38. -
  39. plugin: get
  40. source: bundle
  41. field_name:
  42. -
  43. plugin: get
  44. source: field_name
  45. label:
  46. -
  47. plugin: get
  48. source: label
  49. settings/display_summary:
  50. -
  51. plugin: get
  52. source: display_summary
  53. destination:
  54. plugin: 'entity:field_config'
  55. migration_dependencies:
  56. required:
  57. - upgrade_block_content_type
  58. optional: { }