diff --git a/sites/all/modules/custom/features/f_delhi_panel_layout/f_delhi_panel_layout.features.inc b/sites/all/modules/custom/features/f_delhi_panel_layout/f_delhi_panel_layout.features.inc index fb48fed..f064d7e 100644 --- a/sites/all/modules/custom/features/f_delhi_panel_layout/f_delhi_panel_layout.features.inc +++ b/sites/all/modules/custom/features/f_delhi_panel_layout/f_delhi_panel_layout.features.inc @@ -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', diff --git a/sites/all/modules/custom/features/f_delhi_panel_layout/f_delhi_panel_layout.info b/sites/all/modules/custom/features/f_delhi_panel_layout/f_delhi_panel_layout.info index 935ca14..fbea3a3 100644 --- a/sites/all/modules/custom/features/f_delhi_panel_layout/f_delhi_panel_layout.info +++ b/sites/all/modules/custom/features/f_delhi_panel_layout/f_delhi_panel_layout.info @@ -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