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.
 
 

39 lines
860 B

uuid: 180a99e5-b900-499b-a492-8166d3991c9d
langcode: en
status: true
dependencies: { }
id: upgrade_d7_image_settings
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 configuration'
source:
plugin: variable
variables:
- allow_insecure_derivatives
- suppress_itok_output
- image_style_preview_image
source_module: image
process:
suppress_itok_output:
-
plugin: get
source: suppress_itok_output
allow_insecure_derivatives:
-
plugin: get
source: allow_insecure_derivatives
preview_image:
-
plugin: get
source: image_style_preview_image
destination:
plugin: config
config_name: image.settings
migration_dependencies:
required: { }
optional: { }