Skip to content

Commit c83a1ca

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-95299: Ability to upload PDP images without compression and downsizing
1 parent c8958f0 commit c83a1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<label>Images Upload Configuration</label>
207207
<field id="jpeg_quality" translate="label comment" type="text" sortOrder="100" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
208208
<label>Quality</label>
209-
<validate>validate-greater-than-zero validate-digits validate-range required-entry digits-range-1-100</validate>
209+
<validate>validate-digits validate-digits-range digits-range-1-100 required-entry</validate>
210210
<comment>Jpeg quality for resized images 1-100%.</comment>
211211
</field>
212212
</group>

0 commit comments

Comments
 (0)