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.
46 lines
1.1 KiB
46 lines
1.1 KiB
2 years ago
|
uuid: bfdb7113-6862-4d4c-91eb-fb412c458ed7
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_paragraphs_revisions_section_divider
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Content
|
||
|
- 'Paragraphs Revisions Content'
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Paragraphs Revisions (Section Divider)'
|
||
|
source:
|
||
|
plugin: d7_paragraphs_item_revision
|
||
|
bundle: section_divider
|
||
|
process:
|
||
|
id:
|
||
|
-
|
||
|
plugin: paragraphs_lookup
|
||
|
tags:
|
||
|
- 'Paragraphs Content'
|
||
|
source: item_id
|
||
|
-
|
||
|
plugin: extract
|
||
|
index:
|
||
|
- id
|
||
|
type:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: bundle
|
||
|
destination:
|
||
|
plugin: 'entity_reference_revisions:paragraph'
|
||
|
new_revisions: true
|
||
|
default_bundle: section_divider
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_d7_paragraphs_accordion
|
||
|
- upgrade_d7_paragraphs_landing_page_tab
|
||
|
- upgrade_d7_paragraphs_navigation_button
|
||
|
- upgrade_d7_paragraphs_section_divider
|
||
|
- upgrade_d7_paragraphs_section_heading
|
||
|
- upgrade_d7_paragraphs_subject_librarian
|
||
|
optional: { }
|