aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/development/config.yml
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-11-25 17:04:15 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-04 14:43:58 +0200
commitf821130c3a4a22efd491aaad962cc84a82dde56a (patch)
tree49b79a2cbe5283210667bd1da9495694c5296863 /phpBB/config/development/config.yml
parent6be8841a5732009e28c2362b197e4492c6ea8aa7 (diff)
downloadforums-f821130c3a4a22efd491aaad962cc84a82dde56a.tar
forums-f821130c3a4a22efd491aaad962cc84a82dde56a.tar.gz
forums-f821130c3a4a22efd491aaad962cc84a82dde56a.tar.bz2
forums-f821130c3a4a22efd491aaad962cc84a82dde56a.tar.xz
forums-f821130c3a4a22efd491aaad962cc84a82dde56a.zip
[ticket/12632] Add twig.debug and twig.auto_reload in config.yml
PHPBB3-13206 PHPBB3-12632
Diffstat (limited to 'phpBB/config/development/config.yml')
-rw-r--r--phpBB/config/development/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/development/config.yml b/phpBB/config/development/config.yml
index f451eebe13..93ae07fb3f 100644
--- a/phpBB/config/development/config.yml
+++ b/phpBB/config/development/config.yml
@@ -5,4 +5,6 @@ core:
require_dev_dependencies: true
twig:
+ debug: true
+ auto_reload: true
enable_debug_extension: true