We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eb83d commit ba528bcCopy full SHA for ba528bc
Block/Adminhtml/Slider/Edit/Tab/Design.php
@@ -111,7 +111,7 @@ protected function _prepareForm()
111
'name' => 'limit_number',
112
'label' => __('Limit the number of products'),
113
'title' => __('Limit the number of products'),
114
- 'class' => 'validate-number validate-greater-than-zero'
+ 'class' => 'validate-number validate-zero-or-greater'
115
]);
116
117
$fieldset->addField('display_additional', 'multiselect', [
0 commit comments