Skip to content

Commit

Permalink
Fix error on logo upload for Transactional Emails (magento#20091)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaplynsky authored Jan 6, 2019
1 parent 908a6bb commit ba32513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<collapsible>true</collapsible>
<label translate="true">Transactional Emails</label>
</settings>
<field name="email_logo" formElement="fileUploader">
<field name="email_logo" formElement="imageUploader">
<settings>
<notice translate="true">To optimize logo for high-resolution displays, upload an image that is 3x normal size and then specify 1x dimensions in the width/height fields below.</notice>
<label translate="true">Logo Image</label>
Expand Down

0 comments on commit ba32513

Please sign in to comment.