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 219
219
<xs : element name =" checkbox" type =" formElementCheckbox" maxOccurs =" unbounded" />
220
220
<xs : element name =" checkboxset" type =" formElementCheckboxset" maxOccurs =" unbounded" />
221
221
<xs : element name =" email" type =" formElementEmail" maxOccurs =" unbounded" />
222
+ <xs : element name =" colorPicker" type =" formElementColorPicker" maxOccurs =" unbounded" />
222
223
<xs : element name =" select" type =" formElementSelect" maxOccurs =" unbounded" />
223
224
<xs : element name =" multiselect" type =" formElementMultiselect" maxOccurs =" unbounded" />
224
225
<xs : element name =" text" type =" formElementText" maxOccurs =" unbounded" />
Original file line number Diff line number Diff line change 22
22
<xs : attributeGroup ref =" ui_element_attributes" />
23
23
</xs : complexType >
24
24
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
+
25
38
<xs : group name =" componentColorPickerSettings" >
26
39
<xs : choice >
27
40
<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