File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Bundle/TwigBundle/Resources/config/schema Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments