d7_custom_block.yml in Drupal 9
Same filename and directory in other branches
core/modules/block_content/migrations/d7_custom_block.yml
File
core/modules/block_content/migrations/d7_custom_block.ymlView source
- id: d7_custom_block
- label: Custom blocks
- audit: true
- migration_tags:
- - Drupal 7
- - Content
- source:
- plugin: d7_block_custom
- process:
- id: bid
- info: info
- 'body/format':
- plugin: migration_lookup
- migration: d7_filter_format
- source: format
- 'body/value': body
- destination:
- plugin: entity:block_content
- default_bundle: basic
- no_stub: true
- migration_dependencies:
- required:
- - d7_filter_format
- - block_content_body_field