Explorar el Código

[TwigBundle] added autoescape option in Twig configuration

Fabien Potencier hace 14 años
padre
commit
02a92ec297

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

@@ -18,6 +18,7 @@
         <xsd:attribute name="strict-variables" type="xsd:string" />
         <xsd:attribute name="auto-reload" type="xsd:string" />
         <xsd:attribute name="base-template-class" type="xsd:string" />
+        <xsd:attribute name="autoescape" type="xsd:string" />
     </xsd:complexType>
 
     <xsd:complexType name="form">