mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Add upgrade_d7_field_collection_type configuration migration
Copied from ref_migrations folder
This commit is contained in:
parent
a69a4ace66
commit
c80d5e1310
1 changed files with 34 additions and 0 deletions
|
@ -0,0 +1,34 @@
|
|||
uuid: de3bc34f-ded0-4e1e-9012-ffea66e933d7
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: upgrade_d7_field_collection_type
|
||||
class: Drupal\migrate\Plugin\Migration
|
||||
field_plugin_method: null
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 7'
|
||||
- Configuration
|
||||
migration_group: migrate_drupal_7
|
||||
label: 'Paragraphs - Field Collection type configuration'
|
||||
source:
|
||||
plugin: d7_field_collection_type
|
||||
add_description: true
|
||||
process:
|
||||
id:
|
||||
-
|
||||
plugin: get
|
||||
source: bundle
|
||||
label:
|
||||
-
|
||||
plugin: get
|
||||
source: name
|
||||
description:
|
||||
-
|
||||
plugin: get
|
||||
source: description
|
||||
destination:
|
||||
plugin: 'entity:paragraphs_type'
|
||||
migration_dependencies:
|
||||
required: { }
|
||||
optional: { }
|
Loading…
Reference in a new issue