We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33ad53 commit af77cdeCopy full SHA for af77cde
etc/adminhtml/di.xml
etc/di.xml
@@ -52,6 +52,14 @@
52
</argument>
53
</arguments>
54
</type>
55
+ <type name="Magento\MediaGalleryIntegration\Plugin\SaveImageInformation">
56
+ <arguments>
57
+ <argument name="imageExtensions" xsi:type="array">
58
+ <item name="svg" xsi:type="string">svg</item>
59
+ <item name="webp" xsi:type="string">webp</item>
60
+ </argument>
61
+ </arguments>
62
+ </type>
63
<type name="Magento\Catalog\Model\Product\Gallery\Processor">
64
<plugin name="web-images-gallery-processor-plugin" type="MagestyApps\WebImages\Plugin\Product\Gallery\ProcessorPlugin" />
65
0 commit comments