選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

35 行
1.5 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\MediaStorage\Helper\File\Storage">
  10. <arguments>
  11. <argument name="storage" xsi:type="object">Magento\MediaStorage\Model\File\Storage\Proxy</argument>
  12. </arguments>
  13. </type>
  14. <type name="Magento\MediaStorage\Helper\File\Storage\Database">
  15. <arguments>
  16. <argument name="fileStorage" xsi:type="object">Magento\MediaStorage\Model\File\Storage\File\Proxy</argument>
  17. </arguments>
  18. </type>
  19. <type name="Magento\Framework\View\Asset\MergeService">
  20. <plugin name="cleanMergedJsCss" type="Magento\MediaStorage\Model\Asset\Plugin\CleanMergedJsCss"/>
  21. </type>
  22. <type name="Magento\Framework\Console\CommandListInterface">
  23. <arguments>
  24. <argument name="commands" xsi:type="array">
  25. <item name="imagesResizeCommand" xsi:type="object">Magento\MediaStorage\Console\Command\ImagesResizeCommand</item>
  26. </argument>
  27. </arguments>
  28. </type>
  29. <type name="Magento\MediaStorage\Console\Command\ImagesResizeCommand">
  30. <arguments>
  31. <argument name="imageResizeScheduler" xsi:type="object">Magento\MediaStorage\Service\ImageResizeScheduler\Proxy</argument>
  32. </arguments>
  33. </type>
  34. </config>