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.
63 lines
1.2 KiB
63 lines
1.2 KiB
2 years ago
|
uuid: 3f2033e7-51f6-4d43-9aa7-ffd48446e91d
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_field_group_node_course_reserve
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Field groups of node (bundle: course_reserve)'
|
||
|
source:
|
||
|
plugin: d7_field_group
|
||
|
entity_type: node
|
||
|
bundle: course_reserve
|
||
|
process:
|
||
|
entity_type:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: entity_type
|
||
|
-
|
||
|
plugin: static_map
|
||
|
map:
|
||
|
field_collection_item: paragraph
|
||
|
paragraphs_item: paragraph
|
||
|
bypass: true
|
||
|
bundle:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: bundle
|
||
|
mode:
|
||
|
-
|
||
|
plugin: static_map
|
||
|
source: mode
|
||
|
bypass: true
|
||
|
map:
|
||
|
form: default
|
||
|
type:
|
||
|
-
|
||
|
plugin: static_map
|
||
|
source: mode
|
||
|
default_value: entity_view_display
|
||
|
map:
|
||
|
form: entity_form_display
|
||
|
group_name:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: group_name
|
||
|
settings:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: settings
|
||
|
destination:
|
||
|
plugin: d7_field_group
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_d7_view_modes
|
||
|
optional:
|
||
|
- upgrade_d7_field_collection_type
|
||
|
- upgrade_d7_paragraphs_type
|