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.
62 lines
1.3 KiB
62 lines
1.3 KiB
2 years ago
|
uuid: 6fbe9516-9509-43ab-9e72-15d48a7aec08
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_field_collection_revisions_play_location
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Content
|
||
|
- 'Field Collection Revisions Content'
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Field Collection Revisions (Play location)'
|
||
|
source:
|
||
|
plugin: d7_field_collection_item_revision
|
||
|
field_name: field_play_location
|
||
|
process:
|
||
|
id:
|
||
|
-
|
||
|
plugin: paragraphs_lookup
|
||
|
tags:
|
||
|
- 'Field Collection Content'
|
||
|
source: item_id
|
||
|
-
|
||
|
plugin: extract
|
||
|
index:
|
||
|
- id
|
||
|
type:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: bundle
|
||
|
parent_id:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: parent_id
|
||
|
parent_type:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: parent_type
|
||
|
parent_field_name:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: field_name
|
||
|
field_bookmark_time:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: field_bookmark_time
|
||
|
field_label:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: field_label
|
||
|
destination:
|
||
|
plugin: 'entity_reference_revisions:paragraph'
|
||
|
new_revisions: true
|
||
|
default_bundle: play_location
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_d7_field_collection_video_clip
|
||
|
- upgrade_d7_field_collection_play_location
|
||
|
optional: { }
|