mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12632] Add twig.debug and twig.auto_reload in config.yml
PHPBB3-13206 PHPBB3-12632
This commit is contained in:
committed by
Tristan Darricau
parent
6be8841a57
commit
f821130c3a
@@ -11,6 +11,7 @@ services:
|
||||
- %core.template.cache_path%
|
||||
- @ext.manager
|
||||
- @template.twig.loader
|
||||
- []
|
||||
|
||||
template.twig.lexer:
|
||||
class: phpbb\template\twig\lexer
|
||||
|
@@ -5,4 +5,6 @@ core:
|
||||
require_dev_dependencies: true
|
||||
|
||||
twig:
|
||||
debug: true
|
||||
auto_reload: true
|
||||
enable_debug_extension: true
|
||||
|
Reference in New Issue
Block a user