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.
31 lines
630 B
31 lines
630 B
2 years ago
|
uuid: 43d5d186-4e07-4ef7-a113-8cd46d7da6c6
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_system_image_gd
|
||
|
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: 'Image quality configuration'
|
||
|
source:
|
||
|
plugin: variable
|
||
|
variables:
|
||
|
- image_jpeg_quality
|
||
|
source_module: system
|
||
|
process:
|
||
|
jpeg_quality:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: image_jpeg_quality
|
||
|
destination:
|
||
|
plugin: config
|
||
|
config_name: system.image.gd
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|