Skip to content

Commit 65e306a

Browse files
authored
Merge pull request #94 from pykettk/patch-2
Allow Underscores in Template Names
2 parents 66dd002 + 832b167 commit 65e306a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/hyva-grid.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@
172172
<xs:simpleType name="templateType">
173173
<xs:annotation>
174174
<xs:documentation>A fully qualified module name and a template file path within a modules
175-
view/[are]/templates/ folder, separeted by two colons.
175+
view/[are]/templates/ folder, separated by two colons.
176176
</xs:documentation>
177177
</xs:annotation>
178178
<xs:restriction base="xs:normalizedString">
179-
<xs:pattern value="[A-Z][a-zA-Z0-9]*_[A-Z][a-zA-Z0-9]*::[a-zA-Z/.-]+\.phtml"/>
179+
<xs:pattern value="[A-Z][a-zA-Z0-9]*_[A-Z][a-zA-Z0-9]*::[a-zA-Z/.-_]+\.phtml"/>
180180
</xs:restriction>
181181
</xs:simpleType>
182182

0 commit comments

Comments
 (0)