No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

81 líneas
4.2 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\Deploy\Model\Deployer">
  10. <arguments>
  11. <argument name="alternativeSources" xsi:type="array">
  12. <item name="css" xsi:type="object">AlternativeSourceProcessors</item>
  13. </argument>
  14. </arguments>
  15. </type>
  16. <type name="Magento\Deploy\Model\Deploy\LocaleDeploy">
  17. <arguments>
  18. <argument name="alternativeSources" xsi:type="array">
  19. <item name="css" xsi:type="object">AlternativeSourceProcessors</item>
  20. </argument>
  21. </arguments>
  22. </type>
  23. <type name="Magento\Framework\App\FrontControllerInterface">
  24. <plugin name="configHash" type="Magento\Deploy\Model\Plugin\ConfigChangeDetector" sortOrder="50"/>
  25. </type>
  26. <type name="Magento\Framework\Console\CommandListInterface">
  27. <arguments>
  28. <argument name="commands" xsi:type="array">
  29. <item name="setModeCommand" xsi:type="object">Magento\Deploy\Console\Command\SetModeCommand</item>
  30. <item name="showModeCommand" xsi:type="object">Magento\Deploy\Console\Command\ShowModeCommand</item>
  31. <item name="dumpApplicationCommand" xsi:type="object">\Magento\Deploy\Console\Command\App\ApplicationDumpCommand</item>
  32. <item name="sensitiveConfigSetCommand" xsi:type="object">\Magento\Deploy\Console\Command\App\SensitiveConfigSetCommand</item>
  33. <item name="configImportCommand" xsi:type="object">Magento\Deploy\Console\Command\App\ConfigImportCommand</item>
  34. <item name="configStatusCommand" xsi:type="object">Magento\Deploy\Console\Command\App\ConfigStatusCommand</item>
  35. </argument>
  36. </arguments>
  37. </type>
  38. <type name="Magento\Deploy\Console\Command\App\ConfigImportCommand">
  39. <arguments>
  40. <argument name="adminhtmlAreaProcessor" xsi:type="object">Magento\Config\Console\Command\EmulatedAdminhtmlAreaProcessor\Proxy</argument>
  41. <argument name="areaList" xsi:type="object">Magento\Framework\App\AreaList\Proxy</argument>
  42. </arguments>
  43. </type>
  44. <type name="Magento\Deploy\Model\Filesystem">
  45. <arguments>
  46. <argument name="shell" xsi:type="object">Magento\Framework\App\Shell</argument>
  47. </arguments>
  48. </type>
  49. <type name="Magento\Deploy\Console\Command\App\SensitiveConfigSet\CollectorFactory">
  50. <arguments>
  51. <argument name="types" xsi:type="array">
  52. <item name="interactive" xsi:type="string">Magento\Deploy\Console\Command\App\SensitiveConfigSet\InteractiveCollector</item>
  53. <item name="simple" xsi:type="string">Magento\Deploy\Console\Command\App\SensitiveConfigSet\SimpleCollector</item>
  54. </argument>
  55. </arguments>
  56. </type>
  57. <preference for="Magento\Deploy\Package\BundleInterface" type="Magento\Deploy\Package\Bundle\RequireJs"/>
  58. <type name="Magento\Deploy\Source\SourcePool">
  59. <arguments>
  60. <argument name="sources" xsi:type="array">
  61. <item name="lib" xsi:type="object">Magento\Deploy\Source\Lib</item>
  62. <item name="modules" xsi:type="object">Magento\Deploy\Source\Modules</item>
  63. <item name="themes" xsi:type="object">Magento\Deploy\Source\Themes</item>
  64. </argument>
  65. </arguments>
  66. </type>
  67. <type name="Magento\Deploy\Package\Package">
  68. <arguments>
  69. <argument name="preProcessors" xsi:type="array">
  70. <item name="less" xsi:type="object">Magento\Deploy\Package\Processor\PreProcessor\Less</item>
  71. <item name="css" xsi:type="object">Magento\Deploy\Package\Processor\PreProcessor\Css</item>
  72. </argument>
  73. <argument name="postProcessors" xsi:type="array">
  74. <item name="map" xsi:type="object">Magento\Deploy\Package\Processor\PostProcessor\Map</item>
  75. <item name="cssUrls" xsi:type="object">Magento\Deploy\Package\Processor\PostProcessor\CssUrls</item>
  76. </argument>
  77. </arguments>
  78. </type>
  79. </config>