Skip to content

Commit c241fc6

Browse files
Merge branch '7.2' into 7.3
* 7.2: [FrameworkBundle] Add missing html5-allow-no-tld to XSD file
2 parents eb203f1 + 1c69008 commit c241fc6

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
@@ -338,6 +338,7 @@
338338
<xsd:simpleType name="email-validation-mode">
339339
<xsd:restriction base="xsd:string">
340340
<xsd:enumeration value="html5" />
341+
<xsd:enumeration value="html5-allow-no-tld" />
341342
<xsd:enumeration value="loose" />
342343
<xsd:enumeration value="strict" />
343344
</xsd:restriction>

0 commit comments

Comments
 (0)