You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

62 lines
1.3 KiB

uuid: 4dbad983-e470-4b71-b827-051f6c7419fc
langcode: en
status: true
dependencies: { }
id: upgrade_user_picture_field_instance
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 field instance configuration'
source:
plugin: user_picture_instance
constants:
entity_type: user
bundle: user
name: user_picture
settings:
file_extensions: 'png gif jpg jpeg'
alt_field: false
title_field: false
min_resolution: ''
alt_field_required: false
title_field_required: false
process:
entity_type:
-
plugin: get
source: constants/entity_type
bundle:
-
plugin: get
source: constants/bundle
field_name:
-
plugin: get
source: constants/name
settings:
-
plugin: get
source: constants/settings
settings/file_directory:
-
plugin: get
source: file_directory
settings/max_filesize:
-
plugin: get
source: max_filesize
settings/max_resolution:
-
plugin: get
source: max_resolution
destination:
plugin: 'entity:field_config'
migration_dependencies:
required:
- upgrade_user_picture_field
optional: { }