Skip to content

Commit

Permalink
Update design_config_form.xml
Browse files Browse the repository at this point in the history
Missing apng extension in 'allowedExtensions' parameter
  • Loading branch information
WaPoNe authored Mar 16, 2017
1 parent aa27856 commit 064cf7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<item name="componentType" xsi:type="string">fileUploader</item>
<item name="notice" xsi:type="string" translate="true">Allowed file types: ico, png, gif, jpg, jpeg, apng, svg. Not all browsers support all these formats!</item>
<item name="maxFileSize" xsi:type="number">2097152</item>
<item name="allowedExtensions" xsi:type="string">jpg jpeg gif png svg ico</item>
<item name="allowedExtensions" xsi:type="string">jpg jpeg gif png svg ico apng</item>
<item name="uploaderConfig" xsi:type="array">
<item name="url" xsi:type="string">theme/design_config_fileUploader/save</item>
</item>
Expand Down

0 comments on commit 064cf7a

Please sign in to comment.