// Unify form fields for image preferences
This commit is contained in:
@@ -97,12 +97,6 @@ class AdminImagesControllerCore extends AdminController
|
||||
'cast' => 'intval',
|
||||
'type' => 'text'
|
||||
),
|
||||
),
|
||||
'submit' => array('name' => 'submitImagePreferences'),
|
||||
),
|
||||
'product_images' => array(
|
||||
'title' => $this->l('Product images'),
|
||||
'fields' => array(
|
||||
'PS_IMAGE_GENERATION_METHOD' => array(
|
||||
'title' => $this->l('Image generated by'),
|
||||
'validation' => 'isUnsignedId',
|
||||
|
||||
Reference in New Issue
Block a user