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.

30 lines
630 B

4 years ago
  1. uuid: 54250779-4c44-4430-955a-6c9626d1840c
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: upgrade_system_image_gd
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. - 'Drupal 7'
  12. - Configuration
  13. migration_group: migrate_drupal_7
  14. label: 'Image quality configuration'
  15. source:
  16. plugin: variable
  17. variables:
  18. - image_jpeg_quality
  19. source_module: system
  20. process:
  21. jpeg_quality:
  22. -
  23. plugin: get
  24. source: image_jpeg_quality
  25. destination:
  26. plugin: config
  27. config_name: system.image.gd
  28. migration_dependencies:
  29. required: { }
  30. optional: { }