[FrameworkBundle][xsd] added missing logging attribute.

This commit is contained in:
Abdellatif Ait boudad 2015-01-20 22:59:02 +00:00
parent 7a3332b798
commit 7e19fab51c
2 changed files with 2 additions and 1 deletions

View File

@ -159,6 +159,7 @@
<xsd:complexType name="translator">
<xsd:attribute name="enabled" type="xsd:boolean" />
<xsd:attribute name="fallback" type="xsd:string" />
<xsd:attribute name="logging" type="xsd:boolean" />
</xsd:complexType>
<xsd:complexType name="validation">

View File

@ -42,7 +42,7 @@
<framework:resource>theme2</framework:resource>
</framework:form>
</framework:templating>
<framework:translator enabled="true" fallback="fr" />
<framework:translator enabled="true" fallback="fr" logging="true" />
<framework:validation enabled="true" cache="apc" />
<framework:annotations cache="file" debug="true" file-cache-dir="%kernel.cache_dir%/annotations" />
</framework:config>