Skip to content

Commit 74895de

Browse files
bug #61158 [FrameworkBundle] Add missing html5-allow-no-tld to XSD file (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] Add missing html5-allow-no-tld to XSD file | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | on | Deprecations? | no | Issues | - | License | MIT Commits ------- 927ab68 [FrameworkBundle] Add missing html5-allow-no-tld to XSD file
2 parents f12d58b + 927ab68 commit 74895de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/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)