Skip to content

Commit

Permalink
Fix Image
Browse files Browse the repository at this point in the history
Fix a bug where you can't upload an icon. Same issue with magento/magento2#19549 (comment)
  • Loading branch information
Laurentius Judhianto authored Mar 8, 2019
1 parent 8845af1 commit 6a26085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<item name="source" xsi:type="string">Fileicon</item>
<item name="label" xsi:type="string" translate="true">Icon Image</item>
<item name="visible" xsi:type="boolean">true</item>
<item name="formElement" xsi:type="string">fileUploader</item>
<item name="formElement" xsi:type="string">imageUploader</item>
<item name="elementTmpl" xsi:type="string">ui/form/element/uploader/uploader</item>
<item name="previewTmpl" xsi:type="string">Prince_Productattach/image-preview</item>
<item name="required" xsi:type="boolean">false</item>
Expand Down

0 comments on commit 6a26085

Please sign in to comment.