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 cac512f commit aef7610Copy full SHA for aef7610
lib/internal/Magento/Framework/Indexer/etc/indexer_merged.xsd
@@ -57,11 +57,11 @@
57
<xs:simpleType name="classType">
58
<xs:annotation>
59
<xs:documentation>
60
- Class name can contain only [a-zA-Z\].
+ Class name can contain only [a-zA-Z|\\]+[a-zA-Z0-9\\]+.
61
</xs:documentation>
62
</xs:annotation>
63
<xs:restriction base="xs:string">
64
- <xs:pattern value="[a-zA-Z\\]+" />
+ <xs:pattern value="[a-zA-Z|\\]+[a-zA-Z0-9\\]+"/>
65
</xs:restriction>
66
</xs:simpleType>
67
0 commit comments