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

440 行
26 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. <preference for="Magento\Framework\View\Element\UiComponent\ContainerInterface" type="Magento\Ui\Component\Wrapper\UiComponent" />
  10. <preference for="Magento\Framework\View\Element\UiComponent\Control\ActionPoolInterface" type="Magento\Ui\Component\Control\ActionPool" />
  11. <preference for="Magento\Framework\Data\Argument\InterpreterInterface" type="Magento\Framework\Data\Argument\Interpreter\Composite" />
  12. <preference for="Magento\Framework\Config\ConverterInterface" type="Magento\Framework\View\Element\UiComponent\Config\Converter" />
  13. <preference for="Magento\Framework\View\Element\UiComponent\Config\ManagerInterface" type="Magento\Ui\Model\Manager" />
  14. <preference for="Magento\Framework\View\Element\UiComponent\ContextInterface" type="Magento\Framework\View\Element\UiComponent\Context" />
  15. <preference for="Magento\Framework\View\Element\UiComponent\LayoutInterface" type="Magento\Framework\View\Layout\Generic"/>
  16. <preference for="Magento\Authorization\Model\UserContextInterface" type="Magento\Authorization\Model\CompositeUserContext"/>
  17. <preference for="Magento\Ui\Api\Data\BookmarkSearchResultsInterface" type="Magento\Ui\Model\BookmarkSearchResults" />
  18. <preference for="Magento\Ui\Api\BookmarkRepositoryInterface" type="Magento\Ui\Model\ResourceModel\BookmarkRepository"/>
  19. <preference for="Magento\Ui\Api\Data\BookmarkInterface" type="Magento\Ui\Model\Bookmark"/>
  20. <preference for="Magento\Ui\Component\Wysiwyg\ConfigInterface" type="Magento\Ui\Component\Wysiwyg\Config"/>
  21. <preference for="Magento\Ui\Api\BookmarkManagementInterface" type="Magento\Ui\Model\BookmarkManagement"/>
  22. <preference for="Magento\Framework\View\TemplateEngine\Xhtml\ResultInterface" type="Magento\Ui\TemplateEngine\Xhtml\Result"/>
  23. <preference for="Magento\Framework\Api\Search\ReportingInterface" type="Magento\Framework\View\Element\UiComponent\DataProvider\Reporting"/>
  24. <preference for="Magento\Ui\Config\ConverterInterface" type="Magento\Ui\Config\Converter\Composite"/>
  25. <preference for="Magento\Ui\Config\Argument\ParserInterface" type="Magento\Ui\Config\Argument\Parser\Composite"/>
  26. <preference for="Magento\Ui\DataProvider\Modifier\PoolInterface" type="Magento\Ui\DataProvider\Modifier\Pool"/>
  27. <type name="Magento\Ui\TemplateEngine\Xhtml\Result" shared="false"/>
  28. <type name="Magento\Framework\View\Element\UiComponent\TemplateAdapter" shared="false" />
  29. <type name="Magento\Framework\View\TemplateEngineFactory">
  30. <arguments>
  31. <argument name="engines" xsi:type="array">
  32. <item name="xhtml" xsi:type="string">Magento\Framework\View\TemplateEngine\Xhtml</item>
  33. </argument>
  34. </arguments>
  35. </type>
  36. <type name="Magento\Framework\View\TemplateEngine\Xhtml">
  37. <arguments>
  38. <argument name="compilerFactory" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\UiCompilerFactory</argument>
  39. </arguments>
  40. </type>
  41. <type name="Magento\Framework\View\Element\UiComponent\ContentType\ContentTypeFactory">
  42. <arguments>
  43. <argument name="types" xsi:type="array">
  44. <item name="html" xsi:type="string">Magento\Framework\View\Element\UiComponent\ContentType\Html</item>
  45. <item name="json" xsi:type="string">Magento\Framework\View\Element\UiComponent\ContentType\Json</item>
  46. <item name="xml" xsi:type="string">Magento\Framework\View\Element\UiComponent\ContentType\Xml</item>
  47. </argument>
  48. </arguments>
  49. </type>
  50. <type name="Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Text">
  51. <arguments>
  52. <argument name="directivePool" xsi:type="array">
  53. <item name="variable" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Directive\Variable</item>
  54. <item name="callableMethod" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Directive\CallableMethod</item>
  55. </argument>
  56. </arguments>
  57. </type>
  58. <type name="Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Attribute">
  59. <arguments>
  60. <argument name="directivePool" xsi:type="array">
  61. <item name="variable" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Directive\Variable</item>
  62. <item name="callableMethod" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Directive\CallableMethod</item>
  63. </argument>
  64. </arguments>
  65. </type>
  66. <virtualType name="Magento\Framework\View\TemplateEngine\Xhtml\UiCompilerFactory" type="Magento\Framework\View\TemplateEngine\Xhtml\CompilerFactory">
  67. <arguments>
  68. <argument name="instanceName" xsi:type="string">Magento\Framework\View\TemplateEngine\Xhtml\UiCompiler</argument>
  69. </arguments>
  70. </virtualType>
  71. <virtualType name="Magento\Framework\View\TemplateEngine\Xhtml\UiCompiler" type="Magento\Framework\View\TemplateEngine\Xhtml\Compiler" shared="false">
  72. <arguments>
  73. <argument name="compilerText" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Text</argument>
  74. <argument name="compilerAttribute" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Attribute</argument>
  75. <argument name="compilerCdata" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Cdata</argument>
  76. <argument name="compilerComment" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Comment</argument>
  77. <argument name="elementCompilers" xsi:type="array">
  78. <item name="render" xsi:type="object">Magento\Ui\TemplateEngine\Xhtml\Compiler\Element\Render</item>
  79. <item name="content" xsi:type="object">Magento\Ui\TemplateEngine\Xhtml\Compiler\Element\Content</item>
  80. <item name="form" xsi:type="object">Magento\Ui\TemplateEngine\Xhtml\Compiler\Element\Form</item>
  81. </argument>
  82. </arguments>
  83. </virtualType>
  84. <virtualType name="uiConfigurationDomMerger" type="Magento\Framework\View\Element\UiComponent\Config\DomMerger">
  85. <arguments>
  86. <argument name="schema" xsi:type="string">urn:magento:module:Magento_Ui:etc/ui_configuration.xsd</argument>
  87. <argument name="contextXPath" xsi:type="array">
  88. <item name="ui_context" xsi:type="string">/</item>
  89. </argument>
  90. <argument name="idAttributes" xsi:type="array">
  91. <item name="attribute_name" xsi:type="string">name</item>
  92. </argument>
  93. </arguments>
  94. </virtualType>
  95. <type name="Magento\Ui\Config\Reader\Definition">
  96. <arguments>
  97. <argument name="fileName" xsi:type="string">etc/definition.xml</argument>
  98. <argument name="converter" xsi:type="object">Magento\Ui\Config\Converter</argument>
  99. <argument name="fileResolver" xsi:type="object">Magento\Ui\Config\Reader\FileResolver</argument>
  100. <argument name="schemaLocator" xsi:type="object">Magento\Ui\Config\Reader\Definition\SchemaLocator</argument>
  101. <argument name="idAttributes" xsi:type="array">
  102. <item name="/components/(.*)/argument" xsi:type="string">name</item>
  103. <item name="/components/(.*)/argument(/item)+" xsi:type="string">name</item>
  104. </argument>
  105. </arguments>
  106. </type>
  107. <type name="Magento\Ui\Config\Reader\DefinitionMap">
  108. <arguments>
  109. <argument name="fileName" xsi:type="string">etc/definition.map.xml</argument>
  110. <argument name="converter" xsi:type="object">Magento\Ui\Config\Reader\DefinitionMap\Converter</argument>
  111. <argument name="fileResolver" xsi:type="object">Magento\Ui\Config\Reader\FileResolver</argument>
  112. <argument name="schemaLocator" xsi:type="object">Magento\Ui\Config\Reader\DefinitionMap\SchemaLocator</argument>
  113. <argument name="idAttributes" xsi:type="array">
  114. <item name="/components/component" xsi:type="string">name</item>
  115. </argument>
  116. </arguments>
  117. </type>
  118. <virtualType name="Magento\Ui\Config\Definition\Data" type="Magento\Framework\Config\Data">
  119. <arguments>
  120. <argument name="reader" xsi:type="object">Magento\Ui\Config\Reader\Definition</argument>
  121. <argument name="cacheId" xsi:type="string">ui_component_definition_data_new</argument>
  122. </arguments>
  123. </virtualType>
  124. <virtualType name="Magento\Ui\Config\DefinitionMap\Data" type="Magento\Framework\Config\Data">
  125. <arguments>
  126. <argument name="reader" xsi:type="object">Magento\Ui\Config\Reader\DefinitionMap</argument>
  127. <argument name="cacheId" xsi:type="string">ui_component_definition_map_data</argument>
  128. </arguments>
  129. </virtualType>
  130. <type name="Magento\Ui\Config\Converter">
  131. <arguments>
  132. <argument name="reader" xsi:type="object">Magento\Ui\Config\Reader\DefinitionMap</argument>
  133. <argument name="parser" xsi:type="object">Magento\Ui\Config\Argument\Parser\Composite</argument>
  134. </arguments>
  135. </type>
  136. <type name="Magento\Ui\Config\Reader">
  137. <arguments>
  138. <argument name="converter" xsi:type="object">Magento\Ui\Config\Converter</argument>
  139. <argument name="fileResolver" xsi:type="object">Magento\Ui\Config\Reader\FileResolver</argument>
  140. </arguments>
  141. </type>
  142. <type name="Magento\Ui\Config\Reader\Dom">
  143. <arguments>
  144. <argument name="schemaLocator" xsi:type="object">Magento\Ui\Config\Reader\SchemaLocator</argument>
  145. </arguments>
  146. </type>
  147. <type name="Magento\Ui\Model\Manager">
  148. <arguments>
  149. <argument name="domMerger" xsi:type="object">uiConfigurationDomMerger</argument>
  150. </arguments>
  151. </type>
  152. <virtualType name="uiTemplateDomMerger" type="Magento\Framework\View\Element\UiComponent\Config\DomMerger">
  153. <arguments>
  154. <argument name="schema" xsi:type="string">urn:magento:module:Magento_Ui:etc/ui_template.xsd</argument>
  155. <argument name="contextXPath" xsi:type="array">
  156. <item name="ui_context" xsi:type="string">/</item>
  157. </argument>
  158. <argument name="idAttributes" xsi:type="array">
  159. <item name="attribute_name" xsi:type="string">name</item>
  160. <item name="attribute_id" xsi:type="string">id</item>
  161. </argument>
  162. </arguments>
  163. </virtualType>
  164. <type name="Magento\Framework\View\Element\UiComponent\Config\Provider\Template">
  165. <arguments>
  166. <argument name="domMerger" xsi:type="object">uiTemplateDomMerger</argument>
  167. </arguments>
  168. </type>
  169. <virtualType name="uiDefinitionDomMerger" type="Magento\Framework\View\Element\UiComponent\Config\DomMerger">
  170. <arguments>
  171. <argument name="schema" xsi:type="string">urn:magento:module:Magento_Ui:etc/ui_definition.xsd</argument>
  172. <argument name="contextXPath" xsi:type="array">
  173. <item name="ui_context" xsi:type="string">/components</item>
  174. </argument>
  175. <argument name="idAttributes" xsi:type="array">
  176. <item name="attribute_name" xsi:type="string">name</item>
  177. </argument>
  178. <argument name="isMergeSimpleXMLElement" xsi:type="boolean">true</argument>
  179. </arguments>
  180. </virtualType>
  181. <virtualType name="uiDefinitionFileCollector" type="Magento\Framework\View\Element\UiComponent\Config\FileCollector\AggregatedFileCollector">
  182. <arguments>
  183. <argument name="searchPattern" xsi:type="string">etc/definition.xml</argument>
  184. </arguments>
  185. </virtualType>
  186. <virtualType name="uiDefinitionReader" type="Magento\Framework\View\Element\UiComponent\Config\Reader">
  187. <arguments>
  188. <argument name="fileCollector" xsi:type="object">uiDefinitionFileCollector</argument>
  189. <argument name="domMerger" xsi:type="object">uiDefinitionDomMerger</argument>
  190. </arguments>
  191. </virtualType>
  192. <type name="Magento\Framework\View\Element\UiComponent\Config\Provider\Component\Definition">
  193. <arguments>
  194. <argument name="uiReader" xsi:type="object">uiDefinitionReader</argument>
  195. </arguments>
  196. </type>
  197. <type name="Magento\Framework\View\Element\UiComponent\DataProvider\FilterPool">
  198. <arguments>
  199. <argument name="appliers" xsi:type="array">
  200. <item name="regular" xsi:type="object">Magento\Framework\View\Element\UiComponent\DataProvider\RegularFilter</item>
  201. <item name="fulltext" xsi:type="object">Magento\Framework\View\Element\UiComponent\DataProvider\FulltextFilter</item>
  202. </argument>
  203. </arguments>
  204. </type>
  205. <type name="Magento\Framework\View\Layout\Pool">
  206. <arguments>
  207. <argument name="types" xsi:type="array">
  208. <item name="generic" xsi:type="array">
  209. <item name="class" xsi:type="string">Magento\Framework\View\Layout\Generic</item>
  210. <item name="template" xsi:type="string">templates/layout/generic</item>
  211. </item>
  212. <item name="tabs" xsi:type="array">
  213. <item name="class" xsi:type="string">Magento\Ui\Component\Layout\Tabs</item>
  214. <item name="template" xsi:type="string">templates/layout/tabs</item>
  215. </item>
  216. </argument>
  217. </arguments>
  218. </type>
  219. <type name="Magento\Framework\View\Layout\Generic">
  220. <arguments>
  221. <argument name="data" xsi:type="array">
  222. <item name="config" xsi:type="array">
  223. <item name="component" xsi:type="string">Magento_Ui/js/form/components/html</item>
  224. <item name="componentName" xsi:type="string">html_content</item>
  225. <item name="panelComponentName" xsi:type="string">fieldset</item>
  226. </item>
  227. </argument>
  228. </arguments>
  229. </type>
  230. <type name="Magento\Ui\Component\Layout\Tabs">
  231. <arguments>
  232. <argument name="data" xsi:type="array">
  233. <item name="config" xsi:type="array">
  234. <item name="component" xsi:type="string">Magento_Ui/js/form/components/html</item>
  235. <item name="componentName" xsi:type="string">html_content</item>
  236. </item>
  237. </argument>
  238. </arguments>
  239. </type>
  240. <virtualType name="arrayArgumentInterpreterProxy" type="Magento\Framework\Data\Argument\InterpreterInterface\Proxy">
  241. <arguments>
  242. <argument name="instanceName" xsi:type="string">Magento\Framework\Data\Argument\Interpreter\ArrayType</argument>
  243. </arguments>
  244. </virtualType>
  245. <virtualType name="configurableObjectArgumentInterpreterProxy" type="Magento\Framework\Data\Argument\InterpreterInterface\Proxy">
  246. <arguments>
  247. <argument name="instanceName" xsi:type="string">Magento\Framework\View\Element\UiComponent\Argument\Interpreter\ConfigurableObject</argument>
  248. </arguments>
  249. </virtualType>
  250. <type name="Magento\Framework\Data\Argument\Interpreter\Composite">
  251. <arguments>
  252. <argument name="interpreters" xsi:type="array">
  253. <item name="const" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\Constant</item>
  254. <item name="object" xsi:type="object">configurableObjectArgumentInterpreterProxy</item>
  255. <item name="configurableObject" xsi:type="object">configurableObjectArgumentInterpreterProxy</item>
  256. <item name="array" xsi:type="object">arrayArgumentInterpreterProxy</item>
  257. <item name="boolean" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\Boolean</item>
  258. <item name="number" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\Number</item>
  259. <item name="string" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\StringUtils</item>
  260. <item name="null" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\NullType</item>
  261. <item name="url" xsi:type="object">Magento\Ui\Config\Argument\Parser\Url</item>
  262. </argument>
  263. <argument name="discriminator" xsi:type="string">xsi:type</argument>
  264. </arguments>
  265. </type>
  266. <type name="Magento\Framework\View\Element\UiComponent\Config\FileCollector\AggregatedFileCollector">
  267. <arguments>
  268. <argument name="collectorAggregated" xsi:type="object">uiComponentAggregatedCollector</argument>
  269. </arguments>
  270. </type>
  271. <virtualType name="uiComponentAggregatedCollector" type="Magento\Framework\View\Layout\File\Collector\Aggregated">
  272. <arguments>
  273. <argument name="baseFiles" xsi:type="object">uiComponentAggregatedSourceBaseSorted</argument>
  274. <argument name="themeFiles" xsi:type="object">uiComponentAggregatedSourceThemeSorted</argument>
  275. <argument name="overrideBaseFiles" xsi:type="object">uiComponentAggregatedSourceOverrideBaseSorted</argument>
  276. <argument name="overrideThemeFiles" xsi:type="object">uiComponentAggregatedSourceOverrideThemeSorted</argument>
  277. </arguments>
  278. </virtualType>
  279. <virtualType name="uiComponentAggregatedSourceBase" type="Magento\Framework\View\File\Collector\Base">
  280. <arguments>
  281. <argument name="subDir" xsi:type="string">ui_component</argument>
  282. </arguments>
  283. </virtualType>
  284. <virtualType shared="false" name="uiComponentAggregatedSourceBaseFiltered" type="Magento\Framework\View\File\Collector\Decorator\ModuleOutput">
  285. <arguments>
  286. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceBase</argument>
  287. </arguments>
  288. </virtualType>
  289. <virtualType name="uiComponentAggregatedSourceBaseSorted" type="Magento\Framework\View\File\Collector\Decorator\ModuleDependency">
  290. <arguments>
  291. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceBaseFiltered</argument>
  292. </arguments>
  293. </virtualType>
  294. <virtualType name="uiComponentAggregatedSourceTheme" type="Magento\Framework\View\File\Collector\ThemeModular">
  295. <arguments>
  296. <argument name="subDir" xsi:type="string">ui_component</argument>
  297. </arguments>
  298. </virtualType>
  299. <virtualType name="uiComponentAggregatedSourceThemeFiltered" type="Magento\Framework\View\File\Collector\Decorator\ModuleOutput">
  300. <arguments>
  301. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceTheme</argument>
  302. </arguments>
  303. </virtualType>
  304. <virtualType name="uiComponentAggregatedSourceThemeSorted" type="Magento\Framework\View\File\Collector\Decorator\ModuleDependency">
  305. <arguments>
  306. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceThemeFiltered</argument>
  307. </arguments>
  308. </virtualType>
  309. <virtualType name="uiComponentAggregatedSourceOverrideBase" type="Magento\Framework\View\File\Collector\Override\Base">
  310. <arguments>
  311. <argument name="subDir" xsi:type="string">layout/override/base</argument>
  312. </arguments>
  313. </virtualType>
  314. <virtualType name="uiComponentAggregatedSourceOverrideBaseFiltered" type="Magento\Framework\View\File\Collector\Decorator\ModuleOutput">
  315. <arguments>
  316. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceOverrideBase</argument>
  317. </arguments>
  318. </virtualType>
  319. <virtualType name="uiComponentAggregatedSourceOverrideBaseSorted" type="Magento\Framework\View\File\Collector\Decorator\ModuleDependency">
  320. <arguments>
  321. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceOverrideBaseFiltered</argument>
  322. </arguments>
  323. </virtualType>
  324. <virtualType name="uiComponentAggregatedSourceOverrideTheme" type="Magento\Framework\View\File\Collector\Override\ThemeModular">
  325. <arguments>
  326. <argument name="subDir" xsi:type="string">layout/override/theme</argument>
  327. </arguments>
  328. </virtualType>
  329. <virtualType name="uiComponentAggregatedSourceOverrideThemeFiltered" type="Magento\Framework\View\File\Collector\Decorator\ModuleOutput">
  330. <arguments>
  331. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceOverrideTheme</argument>
  332. </arguments>
  333. </virtualType>
  334. <virtualType name="uiComponentAggregatedSourceOverrideThemeSorted" type="Magento\Framework\View\File\Collector\Decorator\ModuleDependency">
  335. <arguments>
  336. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceOverrideThemeFiltered</argument>
  337. </arguments>
  338. </virtualType>
  339. <virtualType name="uiComponentConfigFactory" type="Magento\Framework\Config\DataInterfaceFactory">
  340. <arguments>
  341. <argument xsi:type="string" name="instanceName">Magento\Ui\Config\Data</argument>
  342. </arguments>
  343. </virtualType>
  344. <type name="Magento\Framework\View\Layout\Reader\UiComponent">
  345. <arguments>
  346. <argument name="uiConfigFactory" xsi:type="object">uiComponentConfigFactory</argument>
  347. </arguments>
  348. </type>
  349. <virtualType name="uiComponentMapFactory" type="Magento\Framework\Config\DataInterfaceFactory">
  350. <arguments>
  351. <argument xsi:type="string" name="instanceName">Magento\Ui\Config\Data</argument>
  352. </arguments>
  353. </virtualType>
  354. <type name="Magento\Framework\View\Element\UiComponentFactory">
  355. <arguments>
  356. <argument name="componentChildFactories" xsi:type="array">
  357. <item name="Magento\Ui\Component\HtmlContent" xsi:type="object">Magento\Framework\View\Element\UiComponent\Factory\HtmlContentFactory\Proxy</item>
  358. </argument>
  359. <argument name="configFactory" xsi:type="object">uiComponentConfigFactory</argument>
  360. <argument name="definitionData" xsi:type="object">Magento\Ui\Config\Reader\Definition\Data</argument>
  361. <argument name="componentManager" xsi:type="object">Magento\Ui\Model\Manager\Proxy</argument>
  362. </arguments>
  363. </type>
  364. <type name="Magento\Ui\Config\Argument\Parser\ArrayType">
  365. <arguments>
  366. <argument name="itemParser" xsi:type="object">Magento\Ui\Config\Argument\Parser\Composite\Proxy</argument>
  367. </arguments>
  368. </type>
  369. <type name="Magento\Ui\Config\Argument\Parser\ConfigurableObjectType">
  370. <arguments>
  371. <argument name="argumentParser" xsi:type="object">Magento\Ui\Config\Argument\Parser\Composite\Proxy</argument>
  372. </arguments>
  373. </type>
  374. <type name="Magento\Ui\Config\Argument\Parser\Composite">
  375. <arguments>
  376. <argument name="parsers" xsi:type="array">
  377. <item name="array" xsi:type="object">Magento\Ui\Config\Argument\Parser\ArrayType</item>
  378. <item name="configurableObject" xsi:type="object">Magento\Ui\Config\Argument\Parser\ConfigurableObjectType</item>
  379. <item name="xpath" xsi:type="object">Magento\Ui\Config\Argument\Parser\XpathType</item>
  380. <item name="converter" xsi:type="object">Magento\Ui\Config\Argument\Parser\ConverterType</item>
  381. </argument>
  382. <argument name="discriminator" xsi:type="string">xsi:type</argument>
  383. </arguments>
  384. </type>
  385. <virtualType name="Magento\Ui\Config\Converter\Item\Proxy" type="Magento\Ui\Config\ConverterInterface\Proxy">
  386. <arguments>
  387. <argument name="instanceName" xsi:type="string">Magento\Ui\Config\Converter\Item</argument>
  388. </arguments>
  389. </virtualType>
  390. <virtualType name="Magento\Ui\Config\Converter\Buttons\Proxy" type="Magento\Ui\Config\ConverterInterface\Proxy">
  391. <arguments>
  392. <argument name="instanceName" xsi:type="string">Magento\Ui\Config\Converter\Buttons</argument>
  393. </arguments>
  394. </virtualType>
  395. <virtualType name="Magento\Ui\Config\Converter\Actions\Proxy" type="Magento\Ui\Config\ConverterInterface\Proxy">
  396. <arguments>
  397. <argument name="instanceName" xsi:type="string">Magento\Ui\Config\Converter\Actions</argument>
  398. </arguments>
  399. </virtualType>
  400. <virtualType name="Magento\Ui\Config\Converter\StorageConfig\Proxy" type="Magento\Ui\Config\ConverterInterface\Proxy">
  401. <arguments>
  402. <argument name="instanceName" xsi:type="string">Magento\Ui\Config\Converter\StorageConfig</argument>
  403. </arguments>
  404. </virtualType>
  405. <type name="Magento\Ui\Config\Converter\Composite">
  406. <arguments>
  407. <argument name="converters" xsi:type="array">
  408. <item name="item" xsi:type="object">Magento\Ui\Config\Converter\Item\Proxy</item>
  409. <item name="url" xsi:type="object">Magento\Ui\Config\Converter\Url</item>
  410. <item name="deps" xsi:type="object">Magento\Ui\Config\Converter\Deps</item>
  411. <item name="buttons" xsi:type="object">Magento\Ui\Config\Converter\Buttons\Proxy</item>
  412. <item name="storageConfig" xsi:type="object">Magento\Ui\Config\Converter\StorageConfig\Proxy</item>
  413. <item name="communication" xsi:type="object">Magento\Ui\Config\Converter\Communication</item>
  414. <item name="htmlContent" xsi:type="object">Magento\Ui\Config\Converter\HtmlContent</item>
  415. <item name="additionalClasses" xsi:type="object">Magento\Ui\Config\Converter\AdditionalClasses</item>
  416. <item name="options" xsi:type="object">Magento\Ui\Config\Converter\Options</item>
  417. <item name="actions" xsi:type="object">Magento\Ui\Config\Converter\Actions\Proxy</item>
  418. <item name="urlTypes" xsi:type="object">Magento\Ui\Config\Converter\Actions\Proxy</item>
  419. </argument>
  420. <argument name="discriminator" xsi:type="string">type</argument>
  421. </arguments>
  422. </type>
  423. <type name="Magento\Config\Model\Config\TypePool">
  424. <arguments>
  425. <argument name="environment" xsi:type="array">
  426. <item name="dev/js/session_storage_key" xsi:type="string">1</item>
  427. </argument>
  428. </arguments>
  429. </type>
  430. <type name="Magento\Ui\Model\UiComponentTypeResolver">
  431. <arguments>
  432. <argument name="uiComponentTypeMap" xsi:type="array">
  433. <item name="html" xsi:type="string">text/html</item>
  434. <item name="json" xsi:type="string">application/json</item>
  435. <item name="xml" xsi:type="string">application/xml</item>
  436. </argument>
  437. </arguments>
  438. </type>
  439. </config>