Преглед на файлове

[TwigBundle] added autoescape option in Twig configuration

Fabien Potencier преди 14 години
родител
ревизия
02a92ec297
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/Symfony/Bundle/TwigBundle/Resources/config/schema/twig-1.0.xsd

+ 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">