File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
view/base/ui_component/etc/definition
dev/tests/static/testsuite/Magento/Test/Less/_files/whitelist Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 219219 <xs : element name =" checkbox" type =" formElementCheckbox" maxOccurs =" unbounded" />
220220 <xs : element name =" checkboxset" type =" formElementCheckboxset" maxOccurs =" unbounded" />
221221 <xs : element name =" email" type =" formElementEmail" maxOccurs =" unbounded" />
222+ <xs : element name =" colorPicker" type =" formElementColorPicker" maxOccurs =" unbounded" />
222223 <xs : element name =" select" type =" formElementSelect" maxOccurs =" unbounded" />
223224 <xs : element name =" multiselect" type =" formElementMultiselect" maxOccurs =" unbounded" />
224225 <xs : element name =" text" type =" formElementText" maxOccurs =" unbounded" />
Original file line number Diff line number Diff line change 2222 <xs : attributeGroup ref =" ui_element_attributes" />
2323 </xs : complexType >
2424
25+ <xs : complexType name =" formElementColorPicker" >
26+ <xs : sequence >
27+ <xs : element name =" settings" minOccurs =" 0" maxOccurs =" 1" >
28+ <xs : complexType >
29+ <xs : choice minOccurs =" 0" maxOccurs =" unbounded" >
30+ <xs : group ref =" componentColorPickerSettings" />
31+ </xs : choice >
32+ </xs : complexType >
33+ </xs : element >
34+ </xs : sequence >
35+ <xs : attributeGroup ref =" ui_element_attributes" />
36+ </xs : complexType >
37+
2538 <xs : group name =" componentColorPickerSettings" >
2639 <xs : choice >
2740 <xs : group ref =" abstractSettings" />
Original file line number Diff line number Diff line change 1- theme * /
2- library * /
1+ # Format: <componentType=module|library|theme|language|*> <componentName> <globPattern> or simply <globPattern>
2+ * * /
You can’t perform that action at this time.
0 commit comments