block_content_body_field.yml in Drupal 9
Same filename and directory in other branches
core/modules/block_content/migrations/block_content_body_field.yml
File
core/modules/block_content/migrations/block_content_body_field.ymlView source
- id: block_content_body_field
- label: Block content body field configuration
- migration_tags:
- - Drupal 6
- - Drupal 7
- - Configuration
- source:
- plugin: embedded_data
- data_rows:
- -
- entity_type: block_content
- bundle: basic
- field_name: body
- label: Body
- display_summary: false
- ids:
- entity_type:
- type: string
- bundle:
- type: string
- field_name:
- type: string
- source_module: block
- process:
- entity_type: entity_type
- bundle: bundle
- field_name: field_name
- label: label
- 'settings/display_summary': display_summary
- destination:
- plugin: entity:field_config
- migration_dependencies:
- required:
- - block_content_type
- provider:
- - block_content
- - migrate_drupal