summaryrefslogtreecommitdiff
path: root/modules/image/image.api.php
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-06-23 16:35:04 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-06-23 16:35:04 -0400
commit3201287ba449a71ea01c2159b59b71a020617ea5 (patch)
tree7cd7fafbd7d65eea15126d5115e5524bd71e0671 /modules/image/image.api.php
parentb0338a93aef22f078dac74dfefdf7aca2dbb481b (diff)
downloadbrdo-3201287ba449a71ea01c2159b59b71a020617ea5.tar.gz
brdo-3201287ba449a71ea01c2159b59b71a020617ea5.tar.bz2
Issue #606598 by andypost, BarisW, stBorchert, David_Rothstein, sun, aspilicious, joachim, danielbeeke2, Sutharsan: Added human readable labels to image styles.
Diffstat (limited to 'modules/image/image.api.php')
-rw-r--r--modules/image/image.api.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/image/image.api.php b/modules/image/image.api.php
index 1cb2b0da7..811511694 100644
--- a/modules/image/image.api.php
+++ b/modules/image/image.api.php
@@ -177,6 +177,7 @@ function hook_image_default_styles() {
$styles = array();
$styles['mymodule_preview'] = array(
+ 'label' => 'My module preview',
'effects' => array(
array(
'name' => 'image_scale',