Skip to content

Commit 1c69008

Browse files
Merge branch '6.4' into 7.2
* 6.4: [FrameworkBundle] Add missing html5-allow-no-tld to XSD file
2 parents 66cd112 + 4a0c864 commit 1c69008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
<xsd:simpleType name="email-validation-mode">
307307
<xsd:restriction base="xsd:string">
308308
<xsd:enumeration value="html5" />
309+
<xsd:enumeration value="html5-allow-no-tld" />
309310
<xsd:enumeration value="loose" />
310311
<xsd:enumeration value="strict" />
311312
</xsd:restriction>

0 commit comments

Comments
 (0)