Skip to content

Commit

Permalink
[TwigBundle] changed all Boolean to string in XSD as you might want t…
Browse files Browse the repository at this point in the history
…o use a parameter %...%
  • Loading branch information
fabpot committed Feb 19, 2011
1 parent 4833acf commit f6e624b
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -14,14 +14,14 @@
<xsd:element name="extension" type="extension" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>

<xsd:attribute name="auto-reload" type="xsd:boolean" />
<xsd:attribute name="autoescape" type="xsd:boolean" />
<xsd:attribute name="auto-reload" type="xsd:string" />
<xsd:attribute name="autoescape" type="xsd:string" />
<xsd:attribute name="base-template-class" type="xsd:string" />
<xsd:attribute name="cache" type="xsd:string" />
<xsd:attribute name="cache-warmer" type="cache_warmer" />
<xsd:attribute name="charset" type="xsd:string" />
<xsd:attribute name="debug" type="xsd:boolean" />
<xsd:attribute name="strict-variables" type="xsd:boolean" />
<xsd:attribute name="debug" type="xsd:string" />
<xsd:attribute name="strict-variables" type="xsd:string" />
</xsd:complexType>

<xsd:complexType name="form">
Expand Down

0 comments on commit f6e624b

Please sign in to comment.