d6_imagecache_presets.yml

Same filename and directory in other branches
  1. 9 core/modules/image/migrations/d6_imagecache_presets.yml
  2. 8.9.x core/modules/image/migrations/d6_imagecache_presets.yml
  3. 10 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. # cspell:ignore imagecache presetname
  2. id: d6_imagecache_presets
  3. label: ImageCache Presets
  4. migration_tags:
  5. - Drupal 6
  6. - Configuration
  7. source:
  8. plugin: d6_imagecache_presets
  9. process:
  10. name:
  11. -
  12. plugin: machine_name
  13. source: presetname
  14. -
  15. plugin: make_unique_entity_field
  16. entity_type: image_style
  17. field: name
  18. length: 30
  19. label: presetname
  20. effects:
  21. plugin: d6_imagecache_actions
  22. source:
  23. - '@plugin'
  24. - data
  25. destination:
  26. plugin: entity:image_style

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.