d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_user_picture_entity_form_display.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

68 lines
1.4 KiB
YAML

uuid: 90ff19ea-c42a-4806-9ac8-cf0c986c91c1
langcode: en
status: true
dependencies: { }
id: upgrade_user_picture_entity_form_display
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 6'
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'User picture form display configuration'
source:
plugin: user_picture_instance
constants:
entity_type: user
bundle: user
form_mode: default
name: user_picture
type: image_image
options:
settings:
progress_indicator: throbber
preview_image_style: thumbnail
process:
entity_type:
-
plugin: get
source: constants/entity_type
-
plugin: static_map
map:
field_collection_item: paragraph
paragraphs_item: paragraph
bypass: true
bundle:
-
plugin: get
source: constants/bundle
field_name:
-
plugin: get
source: constants/name
form_mode:
-
plugin: get
source: constants/form_mode
type:
-
plugin: get
source: constants/type
options:
-
plugin: get
source: constants/options
options/type:
-
plugin: get
source: '@type'
destination:
plugin: component_entity_form_display
migration_dependencies:
required:
- upgrade_user_picture_field_instance
optional:
- upgrade_d7_field_collection_type