mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Update upgrade_d7_field_instance_widget_settings migration
This commit is contained in:
parent
a0de940698
commit
4b10d1e5f1
1 changed files with 9 additions and 9 deletions
|
@ -1,22 +1,20 @@
|
|||
uuid: 25b78f74-36a9-4491-91de-b4c46de87752
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: upgrade_d7_field_instance_widget_settings
|
||||
class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration
|
||||
field_plugin_method: alterFieldWidgetMigration
|
||||
cck_plugin_method: null
|
||||
migration_tags:
|
||||
- 'Drupal 7'
|
||||
- Configuration
|
||||
migration_group: migrate_drupal_7
|
||||
- component_entity_form_display
|
||||
- tag1_configuration
|
||||
label: 'Field instance widget configuration'
|
||||
source:
|
||||
key: migrate
|
||||
plugin: d7_field_instance_per_form_display
|
||||
constants:
|
||||
form_mode: default
|
||||
third_party_settings: { }
|
||||
process:
|
||||
# @modified
|
||||
field_type_exists:
|
||||
-
|
||||
plugin: migration_lookup
|
||||
|
@ -31,6 +29,7 @@ process:
|
|||
-
|
||||
plugin: skip_on_empty
|
||||
method: row
|
||||
message: "Field storage configuration does not exist."
|
||||
bundle:
|
||||
-
|
||||
plugin: migration_lookup
|
||||
|
@ -117,8 +116,9 @@ destination:
|
|||
plugin: component_entity_form_display
|
||||
migration_dependencies:
|
||||
required:
|
||||
- upgrade_d7_field_instance
|
||||
optional:
|
||||
- upgrade_d7_field_collection_type
|
||||
- upgrade_d7_field
|
||||
- upgrade_d7_field_collection_type
|
||||
- upgrade_d7_field_instance
|
||||
- upgrade_d7_node_type
|
||||
- upgrade_d7_taxonomy_vocabulary
|
||||
optional: { }
|
||||
|
|
Loading…
Reference in a new issue