mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Customize upgrade_d7_field_group_node_session migration
This commit is contained in:
parent
3631220426
commit
1fdf68a56b
1 changed files with 5 additions and 9 deletions
|
@ -1,17 +1,13 @@
|
||||||
uuid: 74cd412f-588d-41f7-830a-3f69085156c0
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: upgrade_d7_field_group_node_session
|
id: upgrade_d7_field_group_node_session
|
||||||
class: Drupal\migrate\Plugin\Migration
|
class: Drupal\migrate\Plugin\Migration
|
||||||
field_plugin_method: null
|
|
||||||
cck_plugin_method: null
|
|
||||||
migration_tags:
|
migration_tags:
|
||||||
- 'Drupal 7'
|
- 'Drupal 7'
|
||||||
- Configuration
|
- Configuration
|
||||||
migration_group: migrate_drupal_7
|
- d7_field_group
|
||||||
|
- tag1_configuration
|
||||||
label: 'Field groups of node (bundle: session)'
|
label: 'Field groups of node (bundle: session)'
|
||||||
source:
|
source:
|
||||||
|
key: migrate
|
||||||
plugin: d7_field_group
|
plugin: d7_field_group
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: session
|
bundle: session
|
||||||
|
@ -56,6 +52,6 @@ destination:
|
||||||
plugin: d7_field_group
|
plugin: d7_field_group
|
||||||
migration_dependencies:
|
migration_dependencies:
|
||||||
required:
|
required:
|
||||||
|
- upgrade_d7_node_type
|
||||||
- upgrade_d7_view_modes
|
- upgrade_d7_view_modes
|
||||||
optional:
|
optional: { }
|
||||||
- upgrade_d7_field_collection_type
|
|
||||||
|
|
Loading…
Reference in a new issue