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.
38 lines
698 B
38 lines
698 B
2 years ago
|
uuid: 0e6a4b9e-b1b3-405e-ac18-18be75993d62
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_image_styles
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Image styles'
|
||
|
source:
|
||
|
plugin: d7_image_styles
|
||
|
process:
|
||
|
name:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: name
|
||
|
label:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: label
|
||
|
effects:
|
||
|
-
|
||
|
plugin: sub_process
|
||
|
source: effects
|
||
|
process:
|
||
|
id: name
|
||
|
weight: weight
|
||
|
data: data
|
||
|
destination:
|
||
|
plugin: 'entity:image_style'
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|