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 c8958f0 commit c83a1caCopy full SHA for c83a1ca
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-digits validate-range required-entry digits-range-1-100</validate>
+ <validate>validate-digits validate-digits-range digits-range-1-100 required-entry</validate>
210
<comment>Jpeg quality for resized images 1-100%.</comment>
211
</field>
212
</group>
0 commit comments