You are here

d6_imagecache_presets.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/image/migrations/d6_imagecache_presets.yml
core/modules/image/migrations/d6_imagecache_presets.yml

File

core/modules/image/migrations/d6_imagecache_presets.yml
View source
  1. id: d6_imagecache_presets
  2. label: ImageCache Presets
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: d6_imagecache_presets
  8. process:
  9. name:
  10. -
  11. plugin: machine_name
  12. source: presetname
  13. -
  14. plugin: make_unique_entity_field
  15. entity_type: image_style
  16. field: name
  17. length: 30
  18. label: presetname
  19. effects:
  20. plugin: d6_imagecache_actions
  21. source:
  22. - '@plugin'
  23. - data
  24. destination:
  25. plugin: entity:image_style