experius / Magento-2-Module-Experius-WysiwygDownloads

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

Can't get svg extension to work #20

Closed bret-BSA closed 8 months ago

bret-BSA commented 3 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 8 months 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