You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.3 KiB

uuid: e284f547-777b-4815-8fdc-178e0f6a1be6
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
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
- upgrade_d7_paragraphs_type