mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 15:14:35 +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
|
||||
class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration
|
||||
field_plugin_method: alterFieldMigration
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 7'
|
||||
- Configuration
|
||||
migration_group: migrate_drupal_7
|
||||
- field_storage_config
|
||||
- tag1_configuration
|
||||
label: 'Field configuration'
|
||||
source:
|
||||
key: migrate
|
||||
plugin: d7_field
|
||||
constants:
|
||||
status: true
|
||||
|
@ -81,6 +78,8 @@ process:
|
|||
destination:
|
||||
plugin: 'entity:field_storage_config'
|
||||
migration_dependencies:
|
||||
required: { }
|
||||
optional:
|
||||
required:
|
||||
- upgrade_d7_field_collection_type
|
||||
- upgrade_d7_node_type
|
||||
- upgrade_d7_taxonomy_vocabulary
|
||||
optional: { }
|
||||
|
|
Loading…
Reference in a new issue