You are here

d7_custom_block.yml in Zircon Profile 8

core/modules/block_content/migration_templates/d7_custom_block.yml

File

core/modules/block_content/migration_templates/d7_custom_block.yml
View source
  1. id: d7_custom_block
  2. label: Custom blocks
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: d7_block_custom
  7. constants:
  8. type: basic
  9. process:
  10. id: bid
  11. type: 'constants/type'
  12. info: info
  13. 'body/format':
  14. plugin: migration
  15. migration: d7_filter_format
  16. source: format
  17. 'body/value': body
  18. destination:
  19. plugin: entity:block_content
  20. no_stub: true
  21. migration_dependencies:
  22. required:
  23. - d7_filter_format
  24. - block_content_body_field