Closed bret-BSA closed 1 year ago
I have added the values below to the adminhtml/di.xml, however I can not upload a svg file
<item name="allowed" xsi:type="array"> <item name="svg" xsi:type="string">image/svg</item> </item> <item name="image_allowed" xsi:type="array"> <item name="svg" xsi:type="string">image/svg</item> </item> <item name="media_allowed" xsi:type="array"> <item name="svg" xsi:type="string">image/svg</item> </item>
Should work now, otherwise perhaps you can try to add it here; https://github.com/experius/Magento-2-Module-Experius-WysiwygDownloads/blob/master/Helper/Settings.php#L108
I have added the values below to the adminhtml/di.xml, however I can not upload a svg file