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 adee85d commit 5731e7dCopy full SHA for 5731e7d
lib/internal/Magento/Framework/Indexer/etc/indexer.xsd
@@ -67,11 +67,11 @@
67
<xs:simpleType name="classType">
68
<xs:annotation>
69
<xs:documentation>
70
- Class name can contain only [a-zA-Z\].
+ Class name can contain only [a-zA-Z|\\]+[a-zA-Z0-9\\]+.
71
</xs:documentation>
72
</xs:annotation>
73
<xs:restriction base="xs:string">
74
- <xs:pattern value="[a-zA-Z\\]+" />
+ <xs:pattern value="[a-zA-Z|\\]+[a-zA-Z0-9\\]+" />
75
</xs:restriction>
76
</xs:simpleType>
77
0 commit comments