25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
1.1 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  9. <type name="Magento\Ui\Component\Form\Element\DataType\Media\OpenDialogUrl">
  10. <plugin name="new_media_gallery_open_dialog_url" type="Magento\MediaGalleryIntegration\Plugin\NewMediaGalleryOpenDialogUrl" />
  11. </type>
  12. <type name="Magento\Framework\File\Uploader">
  13. <plugin name="save_asset_image" type="Magento\MediaGalleryIntegration\Plugin\SaveImageInformation"/>
  14. </type>
  15. <type name="Magento\MediaGalleryIntegration\Plugin\SaveImageInformation">
  16. <arguments>
  17. <argument name="imageExtensions" xsi:type="array">
  18. <item name="jpg" xsi:type="string">jpg</item>
  19. <item name="jpeg" xsi:type="string">jpeg</item>
  20. <item name="gif" xsi:type="string">gif</item>
  21. <item name="png" xsi:type="string">png</item>
  22. </argument>
  23. </arguments>
  24. </type>
  25. </config>