block_content_body_field.yml

Same filename and directory in other branches
  1. 9 core/modules/block_content/migrations/block_content_body_field.yml
  2. 8.9.x core/modules/block_content/migrations/block_content_body_field.yml
  3. 10 core/modules/block_content/migrations/block_content_body_field.yml
core/modules/block_content/migrations/block_content_body_field.yml

File

core/modules/block_content/migrations/block_content_body_field.yml

View source
  1. id: block_content_body_field
  2. label: Block content body field configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: embedded_data
  9. data_rows:
  10. -
  11. entity_type: block_content
  12. bundle: basic
  13. field_name: body
  14. label: Body
  15. display_summary: false
  16. allowed_formats: { }
  17. ids:
  18. entity_type:
  19. type: string
  20. bundle:
  21. type: string
  22. field_name:
  23. type: string
  24. source_module: block
  25. process:
  26. entity_type: entity_type
  27. bundle: bundle
  28. field_name: field_name
  29. label: label
  30. 'settings/display_summary': display_summary
  31. destination:
  32. plugin: entity:field_config
  33. migration_dependencies:
  34. required:
  35. - block_content_type
  36. provider:
  37. - block_content
  38. - migrate_drupal

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.