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.
55 lines
1.1 KiB
55 lines
1.1 KiB
2 years ago
|
uuid: de02f1aa-3483-4d9c-8bfa-20bd7aacee6f
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_field_collection_video_clip
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Content
|
||
|
- 'Field Collection Content'
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Field Collections (Video clip)'
|
||
|
source:
|
||
|
plugin: d7_field_collection_item
|
||
|
field_name: field_video_clip
|
||
|
process:
|
||
|
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'
|
||
|
default_bundle: video_clip
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_d7_field_collection_type
|
||
|
optional:
|
||
|
- upgrade_d7_field_instance
|