We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5731e7d commit 8d742bdCopy full SHA for 8d742bd
lib/internal/Magento/Framework/Mview/etc/mview.xsd
@@ -51,11 +51,11 @@
51
<xs:simpleType name="classType">
52
<xs:annotation>
53
<xs:documentation>
54
- Class name can contain only [a-zA-Z\].
+ Class name can contain only [a-zA-Z|\\]+[a-zA-Z0-9\\]+.
55
</xs:documentation>
56
</xs:annotation>
57
<xs:restriction base="xs:string">
58
- <xs:pattern value="[a-zA-Z\\]+" />
+ <xs:pattern value="[a-zA-Z|\\]+[a-zA-Z0-9\\]+" />
59
</xs:restriction>
60
</xs:simpleType>
61
0 commit comments