mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Customize upgrade_d7_field_instance migration
This commit is contained in:
parent
4726d028e6
commit
adb7b150f0
1 changed files with 5 additions and 8 deletions
|
@ -1,17 +1,14 @@
|
||||||
uuid: 4e8c4b5e-989b-4830-a9d6-ed35292d2291
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
id: upgrade_d7_field_instance
|
id: upgrade_d7_field_instance
|
||||||
class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration
|
class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration
|
||||||
field_plugin_method: alterFieldInstanceMigration
|
field_plugin_method: alterFieldInstanceMigration
|
||||||
cck_plugin_method: null
|
|
||||||
migration_tags:
|
migration_tags:
|
||||||
- 'Drupal 7'
|
- 'Drupal 7'
|
||||||
- Configuration
|
- Configuration
|
||||||
migration_group: migrate_drupal_7
|
- field_config
|
||||||
|
- tag1_configuration
|
||||||
label: 'Field instance configuration'
|
label: 'Field instance configuration'
|
||||||
source:
|
source:
|
||||||
|
key: migrate
|
||||||
plugin: d7_field_instance
|
plugin: d7_field_instance
|
||||||
constants:
|
constants:
|
||||||
status: true
|
status: true
|
||||||
|
@ -124,7 +121,7 @@ destination:
|
||||||
migration_dependencies:
|
migration_dependencies:
|
||||||
required:
|
required:
|
||||||
- upgrade_d7_field
|
- upgrade_d7_field
|
||||||
optional:
|
- upgrade_d7_field_collection_type
|
||||||
- upgrade_d7_node_type
|
- upgrade_d7_node_type
|
||||||
- upgrade_d7_taxonomy_vocabulary
|
- upgrade_d7_taxonomy_vocabulary
|
||||||
- upgrade_d7_field_collection_type
|
optional: { }
|
||||||
|
|
Loading…
Reference in a new issue