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.
2 parents 66dd002 + 832b167 commit 65e306aCopy full SHA for 65e306a
etc/hyva-grid.xsd
@@ -172,11 +172,11 @@
172
<xs:simpleType name="templateType">
173
<xs:annotation>
174
<xs:documentation>A fully qualified module name and a template file path within a modules
175
- view/[are]/templates/ folder, separeted by two colons.
+ view/[are]/templates/ folder, separated by two colons.
176
</xs:documentation>
177
</xs:annotation>
178
<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"/>
+ <xs:pattern value="[A-Z][a-zA-Z0-9]*_[A-Z][a-zA-Z0-9]*::[a-zA-Z/.-_]+\.phtml"/>
180
</xs:restriction>
181
</xs:simpleType>
182
0 commit comments