use dashes instead of underscores for XML attributes

This commit is contained in:
Christian Flothmann 2020-06-24 10:36:02 +02:00
parent ce8f8a5f18
commit bfe1631edd

View File

@ -42,9 +42,9 @@
<xsd:attribute name="default-locale" type="xsd:string" />
<xsd:attribute name="test" type="xsd:boolean" />
<xsd:attribute name="error-controller" type="xsd:string" />
<xsd:attribute name="trusted_hosts" type="xsd:string" />
<xsd:attribute name="trusted_proxies" type="xsd:string" />
<xsd:attribute name="trusted_headers" type="xsd:string" />
<xsd:attribute name="trusted-hosts" type="xsd:string" />
<xsd:attribute name="trusted-proxies" type="xsd:string" />
<xsd:attribute name="trusted-headers" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="form">