File tree Expand file tree Collapse file tree 3 files changed +22
-21
lines changed
Translation/view/base/templates Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 52
52
<argument name =" scopeType" xsi : type =" const" >Magento\Store\Model\ScopeInterface::SCOPE_STORE</argument >
53
53
</arguments >
54
54
</type >
55
+ <type name =" Magento\Framework\View\Asset\PreProcessor\Pool" >
56
+ <arguments >
57
+ <argument name =" preProcessors" xsi : type =" array" >
58
+ <item name =" less" xsi : type =" array" >
59
+ <item name =" css" xsi : type =" array" >
60
+ <item name =" less_css" xsi : type =" string" >Magento\Framework\Css\PreProcessor\Less</item >
61
+ <item name =" module_notation" xsi : type =" string" >Magento\Framework\View\Asset\PreProcessor\ModuleNotation</item >
62
+ </item >
63
+ <item name =" less" xsi : type =" array" >
64
+ <item name =" magento_import" xsi : type =" string" >Magento\Framework\Less\PreProcessor\Instruction\MagentoImport</item >
65
+ <item name =" import" xsi : type =" string" >Magento\Framework\Less\PreProcessor\Instruction\Import</item >
66
+ </item >
67
+ </item >
68
+ <item name =" css" xsi : type =" array" >
69
+ <item name =" css" xsi : type =" array" >
70
+ <item name =" module_notation" xsi : type =" string" >Magento\Framework\View\Asset\PreProcessor\ModuleNotation</item >
71
+ </item >
72
+ </item >
73
+ </argument >
74
+ </arguments >
75
+ </type >
55
76
</config >
Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ // @codingStandardsIgnoreFile
6
7
?>
7
8
<?php /** @var $block \Magento\Translation\Block\Js */ ?>
8
9
<?php if ($ block ->dictionaryEnabled ()): ?>
Original file line number Diff line number Diff line change 674
674
<argument name =" raise_php_limits" xsi : type =" boolean" >false</argument >
675
675
</arguments >
676
676
</type >
677
- <type name =" Magento\Framework\View\Asset\PreProcessor\Pool" >
678
- <arguments >
679
- <argument name =" preProcessors" xsi : type =" array" >
680
- <item name =" less" xsi : type =" array" >
681
- <item name =" css" xsi : type =" array" >
682
- <item name =" less_css" xsi : type =" string" >Magento\Framework\Css\PreProcessor\Less</item >
683
- <item name =" module_notation" xsi : type =" string" >Magento\Framework\View\Asset\PreProcessor\ModuleNotation</item >
684
- </item >
685
- <item name =" less" xsi : type =" array" >
686
- <item name =" magento_import" xsi : type =" string" >Magento\Framework\Less\PreProcessor\Instruction\MagentoImport</item >
687
- <item name =" import" xsi : type =" string" >Magento\Framework\Less\PreProcessor\Instruction\Import</item >
688
- </item >
689
- </item >
690
- <item name =" css" xsi : type =" array" >
691
- <item name =" css" xsi : type =" array" >
692
- <item name =" module_notation" xsi : type =" string" >Magento\Framework\View\Asset\PreProcessor\ModuleNotation</item >
693
- </item >
694
- </item >
695
- </argument >
696
- </arguments >
697
- </type >
698
677
<type name =" Magento\Framework\App\DefaultPath\DefaultPath" >
699
678
<arguments >
700
679
<argument name =" parts" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments