Skip to content

Commit acf91d3

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-55279: XSD for view.xml is too strict
1 parent f903040 commit acf91d3

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Config/etc

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Config/etc/view.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</xs:simpleType>
7979
<xs:simpleType>
8080
<xs:restriction base="xs:string">
81-
<xs:pattern value="[a-z]+_?[a-z]+"/>
81+
<xs:pattern value="[a-z]+(_?[a-z])+"/>
8282
</xs:restriction>
8383
</xs:simpleType>
8484
</xs:union>

0 commit comments

Comments
 (0)