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.
39 lines
844 B
39 lines
844 B
2 years ago
|
uuid: 0b27fc51-4c11-4975-8176-d65ce4551ade
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_paragraphs_navigation_button
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Content
|
||
|
- 'Paragraphs Content'
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Paragraphs (Navigation Button)'
|
||
|
source:
|
||
|
plugin: d7_paragraphs_item
|
||
|
bundle: navigation_button
|
||
|
process:
|
||
|
type:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: bundle
|
||
|
field_button:
|
||
|
-
|
||
|
plugin: field_link
|
||
|
source: field_button
|
||
|
field_tooltip:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: field_tooltip
|
||
|
destination:
|
||
|
plugin: 'entity_reference_revisions:paragraph'
|
||
|
default_bundle: navigation_button
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_d7_paragraphs_type
|
||
|
optional:
|
||
|
- upgrade_d7_field_instance
|