mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Customize upgrade_d7_field migration
This commit is contained in:
parent
8bc6a6e7b5
commit
a5a0003b10
1 changed files with 7 additions and 8 deletions
|
@ -1,17 +1,14 @@
|
||||||
uuid: 30f95a1e-ce50-4029-9fee-7fdd68d43ea2
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: upgrade_d7_field
|
id: upgrade_d7_field
|
||||||
class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration
|
class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration
|
||||||
field_plugin_method: alterFieldMigration
|
field_plugin_method: alterFieldMigration
|
||||||
cck_plugin_method: null
|
|
||||||
migration_tags:
|
migration_tags:
|
||||||
- 'Drupal 7'
|
- 'Drupal 7'
|
||||||
- Configuration
|
- Configuration
|
||||||
migration_group: migrate_drupal_7
|
- field_storage_config
|
||||||
|
- tag1_configuration
|
||||||
label: 'Field configuration'
|
label: 'Field configuration'
|
||||||
source:
|
source:
|
||||||
|
key: migrate
|
||||||
plugin: d7_field
|
plugin: d7_field
|
||||||
constants:
|
constants:
|
||||||
status: true
|
status: true
|
||||||
|
@ -81,6 +78,8 @@ process:
|
||||||
destination:
|
destination:
|
||||||
plugin: 'entity:field_storage_config'
|
plugin: 'entity:field_storage_config'
|
||||||
migration_dependencies:
|
migration_dependencies:
|
||||||
required: { }
|
required:
|
||||||
optional:
|
|
||||||
- upgrade_d7_field_collection_type
|
- upgrade_d7_field_collection_type
|
||||||
|
- upgrade_d7_node_type
|
||||||
|
- upgrade_d7_taxonomy_vocabulary
|
||||||
|
optional: { }
|
||||||
|
|
Loading…
Reference in a new issue