You are here

function imagecache_proportions_field_formatter_settings_summary in Imagecache Proportions 7

Implements hook_field_formatter_settings_summary().

File

./imagecache_proportions.module, line 139
Field formatter for image fields that allows the user to select between 3 different image styles depending on the proportions of the original image uploaded. One style would be squared for more or less squared images, another for wider images and the…

Code

function imagecache_proportions_field_formatter_settings_summary($field, $instance, $view_mode) {
  return t('Configure the styles for the image');
}