d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_block_content_body_field.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

66 lines
1.3 KiB
YAML

uuid: 05ffb68b-8cd2-4b23-a024-789b9a18846a
langcode: en
status: true
dependencies: { }
id: upgrade_block_content_body_field
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 6'
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Block content body field configuration'
source:
plugin: embedded_data
data_rows:
-
entity_type: block_content
bundle: basic
field_name: body
label: Body
display_summary: false
allowed_formats: { }
ids:
entity_type:
type: string
bundle:
type: string
field_name:
type: string
source_module: block
process:
entity_type:
-
plugin: get
source: entity_type
-
plugin: static_map
map:
field_collection_item: paragraph
paragraphs_item: paragraph
bypass: true
bundle:
-
plugin: get
source: bundle
field_name:
-
plugin: get
source: field_name
label:
-
plugin: get
source: label
settings/display_summary:
-
plugin: get
source: display_summary
destination:
plugin: 'entity:field_config'
migration_dependencies:
required:
- upgrade_block_content_type
optional:
- upgrade_d7_field_collection_type