d7_custom_block.yml
Same filename in other branches
File
-
core/
modules/ block_content/ migrations/ d7_custom_block.yml
View source
- id: d7_custom_block
- label: Content 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.