![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-ui/view/base/ui_component/etc/definition/ |
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <!-- Include section --> <xs:include schemaLocation="urn:magento:module:Magento_Ui:view/base/ui_component/etc/definition/ui_component.xsd"/> <xs:complexType name="componentColumns"> <xs:sequence> <xs:group ref="configurable" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="settings" minOccurs="0" maxOccurs="1"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="componentColumnsSettings"/> </xs:choice> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ui_element_attributes"/> </xs:complexType> <xs:group name="componentColumnsSettings"> <xs:choice> <xs:group ref="uiCollectionSettings"/> <xs:element name="stickyTmpl" type="xs:string"> <xs:annotation> <xs:documentation> Path to the ".html" template used for the "Toolbar component" when it receives a fixed position. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="viewSwitcherTmpl" type="xs:string"> <xs:annotation> <xs:documentation> Path to the ".html" template for rendering the list of available display modes. By default this list is not displayed. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="displayMode" type="xs:string"> <xs:annotation> <xs:documentation> Initial display mode. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="displayModes" type="displayModesType"> <xs:annotation> <xs:documentation> List of available display modes. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="dndConfig" type="paramType"> <xs:annotation> <xs:documentation> Configuration of the DragAndDrop component. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="editorConfig" type="paramType"> <xs:annotation> <xs:documentation> Configuration of the "InlineEditing component" </xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:group> <xs:complexType name="displayModesType"> <xs:choice minOccurs="1" maxOccurs="unbounded"> <xs:element name="mode" type="argumentType"/> <xs:element name="grid"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="label"/> <xs:element name="value" type="xs:string"/> <xs:element name="template" type="xs:string"/> </xs:choice> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:schema>