block_content_body_field_storage.yml

core/modules/block_content/migrations/block_content_body_field_storage.yml

File

core/modules/block_content/migrations/block_content_body_field_storage.yml

View source
  1. id: block_content_body_field_storage
  2. label: Block content body field storage
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: embedded_data
  9. data_rows:
  10. -
  11. id: block_content.body
  12. field_name: body
  13. entity_type: block_content
  14. type: text_long
  15. ids:
  16. id:
  17. type: string
  18. source_module: block
  19. process:
  20. id: id
  21. field_name: field_name
  22. entity_type: entity_type
  23. type: type
  24. settings: settings
  25. module: text
  26. locked: locked
  27. cardinality: cardinality
  28. translatable: translatable
  29. indexes: indexes
  30. persist_with_no_fields: persist_with_no_fields
  31. custom_storage: custom_storage
  32. destination:
  33. plugin: entity:field_storage_config
  34. migration_dependencies:
  35. required:
  36. - block_content_type
  37. provider:
  38. - block_content
  39. - migrate_drupal

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