experius / Magento-2-Module-Experius-WysiwygDownloads

Available At Packagist
https://packagist.org/search/?q=experius
Open Software License 3.0
102 stars 27 forks source link

Can't get svg extension to work #20

Closed bret-BSA closed 1 year ago

bret-BSA commented 4 years 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>
borisvankatwijk commented 1 year ago

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