diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-11-25 17:04:15 +0100 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-05-04 14:43:58 +0200 |
| commit | f821130c3a4a22efd491aaad962cc84a82dde56a (patch) | |
| tree | 49b79a2cbe5283210667bd1da9495694c5296863 /phpBB/config/development | |
| parent | 6be8841a5732009e28c2362b197e4492c6ea8aa7 (diff) | |
| download | forums-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')
| -rw-r--r-- | phpBB/config/development/config.yml | 2 |
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 |
