Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1e054
)
Disable twig debug
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:57:48 +0000
(
05:57
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:57:48 +0000
(
05:57
+0100)
Resources/config/packages/rapsys_air.yaml
patch
|
blob
|
history
diff --git
a/Resources/config/packages/rapsys_air.yaml
b/Resources/config/packages/rapsys_air.yaml
index a4a9066f0f48bd3c1a7040835c397697d49e2d80..518a2cc24948948015cc19539ea1ea85e4a752ed 100644
(file)
--- a/
Resources/config/packages/rapsys_air.yaml
+++ b/
Resources/config/packages/rapsys_air.yaml
@@
-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' ]