Closed (duplicate)
Project:
ImageCache
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2009 at 16:25 UTC
Updated:
9 Oct 2009 at 16:34 UTC
Like Views has hook_views_default_views_alter(), it would be useful to have hook_imagecache_default_presets_alter() to be able to modify another module's presets during load. This would allow us to modify an existing module's presets in code without leaving changes exclusively in the database, which isn't good for deployment / reusability purposes.
Comments
Comment #1
damienmckennaThis already exists via drupal_alter(). Sorry for the dupe.