Skip to content

Commit

Permalink
Chnage name of image style to reflect image size
Browse files Browse the repository at this point in the history
reference -> AamAadmiParty#1
  • Loading branch information
Kuldeep Singh Pal committed Aug 29, 2013
1 parent 23d50d4 commit be12828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ function f_delhi_panel_layout_ctools_plugin_api() {
function f_delhi_panel_layout_image_default_styles() {
$styles = array();

// Exported image style: constituency_image.
$styles['constituency_image'] = array(
'name' => 'constituency_image',
// Exported image style: 230_x_150.
$styles['230_x_150'] = array(
'name' => '230_x_150',
'effects' => array(
1 => array(
'label' => 'Resize',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ features[ctools][] = panelizer:panelizer:1
features[ctools][] = panels:layouts:1
features[ctools][] = strongarm:strongarm:1
features[features_api][] = api:1
features[image][] = constituency_image
features[image][] = 230_x_150
features[page_manager_handlers][] = site_template_panel_context_5
features[panelizer_defaults][] = node:candidate_details_page:default:default
features[panelizer_defaults][] = node:constituency_page:default:default
Expand Down

0 comments on commit be12828

Please sign in to comment.