migrate_plus.migration.upgrade_d6_system_image.yml 517 B

123456789101112131415161718192021222324
  1. uuid: cb116153-b37c-4fad-8569-417bb49e5b1e
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_system_image
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. migration_group: migrate_drupal_6
  12. label: 'Image toolkit configuration'
  13. source:
  14. plugin: variable
  15. variables:
  16. - image_toolkit
  17. process:
  18. toolkit: image_toolkit
  19. destination:
  20. plugin: config
  21. config_name: system.image
  22. migration_dependencies:
  23. required: { }
  24. optional: { }