d6_custom_block.yml 443 B

123456789101112131415161718192021222324
  1. id: d6_custom_block
  2. label: Custom blocks
  3. audit: true
  4. migration_tags:
  5. - Drupal 6
  6. - Content
  7. source:
  8. plugin: d6_box
  9. process:
  10. id: bid
  11. info: info
  12. 'body/format':
  13. plugin: migration_lookup
  14. migration: d6_filter_format
  15. source: format
  16. 'body/value': body
  17. destination:
  18. plugin: entity:block_content
  19. default_bundle: basic
  20. no_stub: true
  21. migration_dependencies:
  22. required:
  23. - d6_filter_format
  24. - block_content_body_field