]> Raphaël G. Git Repositories - airbundle/commitdiff
Disable twig debug
authorRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:57:48 +0000 (05:57 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:57:48 +0000 (05:57 +0100)
Resources/config/packages/rapsys_air.yaml

index a4a9066f0f48bd3c1a7040835c397697d49e2d80..518a2cc24948948015cc19539ea1ea85e4a752ed 100644 (file)
@@ -253,9 +253,9 @@ services:
 #Twig Configuration
 twig:
     #Enforce debug
-    debug: true
-    auto_reload: ~
-    cache: false
+    #debug: true
+    #auto_reload: ~
+    #cache: false
     #Fix form layout for css
     #XXX: @RapsysAir is a shortcut to vendor/rapsys/airbundle/Resources/views directory here
     form_theme: [ '@RapsysAir/form/form_div_layout.html.twig' ]