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.

37 lines
698 B

4 years ago
  1. uuid: de921940-7dd5-4b7b-9343-dffad73a74fc
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d7_image_styles
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 7'
  11. - Configuration
  12. migration_group: migrate_drupal_7
  13. label: 'Image styles'
  14. source:
  15. plugin: d7_image_styles
  16. process:
  17. name:
  18. -
  19. plugin: get
  20. source: name
  21. label:
  22. -
  23. plugin: get
  24. source: label
  25. effects:
  26. -
  27. plugin: sub_process
  28. source: effects
  29. process:
  30. id: name
  31. weight: weight
  32. data: data
  33. destination:
  34. plugin: 'entity:image_style'
  35. migration_dependencies:
  36. required: { }
  37. optional: { }