function imagecrop_widget_settings in Image javascript crop 6
A list of settings needed by Imagecrop module on widgets.
1 call to imagecrop_widget_settings()
- imagecrop_widget_settings_alter in ./
imagecrop.module - Implementation of hook_widget_settings_alter().
File
- ./
imagecrop.module, line 212 - Provides a javascript toolbox through an imagecache action.
Code
function imagecrop_widget_settings() {
return array(
'imagecrop',
'imagecrop_presets',
);
}