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
66 lines
1.3 KiB
2 years ago
|
uuid: 377e9da8-20e8-4e55-87c3-5622b5c20651
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_field_collection_revisions_video_clip
|
||
|
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 (Video clip)'
|
||
|
source:
|
||
|
plugin: d7_field_collection_item_revision
|
||
|
field_name: field_video_clip
|
||
|
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_tmp_vid:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: field_tmp_vid
|
||
|
field_tmp_tn:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: field_tmp_tn
|
||
|
field_tmp_title:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: field_tmp_title
|
||
|
destination:
|
||
|
plugin: 'entity_reference_revisions:paragraph'
|
||
|
new_revisions: true
|
||
|
default_bundle: video_clip
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_d7_field_collection_video_clip
|
||
|
- upgrade_d7_field_collection_play_location
|
||
|
optional: { }
|