We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c857ff7 commit e3fc117Copy full SHA for e3fc117
app/code/Magento/Catalog/etc/adminhtml/system.xml
@@ -206,7 +206,7 @@
206
<label>Images Upload Configuration</label>
207
<field id="jpeg_quality" translate="label comment" type="text" sortOrder="100" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
208
<label>Quality</label>
209
- <validate>validate-greater-than-zero validate-number required-entry digits-range-1-100</validate>
+ <validate>validate-greater-than-zero validate-digits validate-range required-entry digits-range-1-100</validate>
210
<comment>Jpeg quality for resized images 1-100%.</comment>
211
</field>
212
</group>
0 commit comments