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.
71 lines
1.4 KiB
71 lines
1.4 KiB
2 years ago
|
uuid: 367f5872-7fce-4590-b5c5-a06dfc160574
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_user_picture_entity_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 display configuration'
|
||
|
source:
|
||
|
plugin: user_picture_instance
|
||
|
constants:
|
||
|
entity_type: user
|
||
|
bundle: user
|
||
|
view_mode: default
|
||
|
name: user_picture
|
||
|
type: image
|
||
|
options:
|
||
|
label: hidden
|
||
|
settings:
|
||
|
image_style: ''
|
||
|
image_link: content
|
||
|
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
|
||
|
view_mode:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: constants/view_mode
|
||
|
field_name:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: constants/name
|
||
|
type:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: constants/type
|
||
|
options:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: constants/options
|
||
|
options/type:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: '@type'
|
||
|
destination:
|
||
|
plugin: component_entity_display
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_user_picture_field_instance
|
||
|
optional:
|
||
|
- upgrade_d7_field_collection_type
|
||
|
- upgrade_d7_paragraphs_type
|