Skip to content

Commit 4a0c864

Browse files
[FrameworkBundle] Add missing html5-allow-no-tld to XSD file
1 parent 9683575 commit 4a0c864

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
@@ -295,6 +295,7 @@
295295
<xsd:simpleType name="email-validation-mode">
296296
<xsd:restriction base="xsd:string">
297297
<xsd:enumeration value="html5" />
298+
<xsd:enumeration value="html5-allow-no-tld" />
298299
<xsd:enumeration value="loose" />
299300
<xsd:enumeration value="strict" />
300301
</xsd:restriction>

0 commit comments

Comments
 (0)