Skip to content

Commit f6e624b

Browse files
committed
[TwigBundle] changed all Boolean to string in XSD as you might want to use a parameter %...%
1 parent 4833acf commit f6e624b

File tree

1 file changed

+4
-4
lines changed
  • src/Symfony/Bundle/TwigBundle/Resources/config/schema

1 file changed

+4
-4
lines changed

src/Symfony/Bundle/TwigBundle/Resources/config/schema/twig-1.0.xsd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<xsd:element name="extension" type="extension" minOccurs="0" maxOccurs="unbounded" />
1515
</xsd:sequence>
1616

17-
<xsd:attribute name="auto-reload" type="xsd:boolean" />
18-
<xsd:attribute name="autoescape" type="xsd:boolean" />
17+
<xsd:attribute name="auto-reload" type="xsd:string" />
18+
<xsd:attribute name="autoescape" type="xsd:string" />
1919
<xsd:attribute name="base-template-class" type="xsd:string" />
2020
<xsd:attribute name="cache" type="xsd:string" />
2121
<xsd:attribute name="cache-warmer" type="cache_warmer" />
2222
<xsd:attribute name="charset" type="xsd:string" />
23-
<xsd:attribute name="debug" type="xsd:boolean" />
24-
<xsd:attribute name="strict-variables" type="xsd:boolean" />
23+
<xsd:attribute name="debug" type="xsd:string" />
24+
<xsd:attribute name="strict-variables" type="xsd:string" />
2525
</xsd:complexType>
2626

2727
<xsd:complexType name="form">

0 commit comments

Comments
 (0)