summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/backend/config/packages/twig.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole3/backend/config/packages/twig.yaml')
-rw-r--r--admin/WebConsole3/backend/config/packages/twig.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/WebConsole3/backend/config/packages/twig.yaml b/admin/WebConsole3/backend/config/packages/twig.yaml
new file mode 100644
index 00000000..74562e70
--- /dev/null
+++ b/admin/WebConsole3/backend/config/packages/twig.yaml
@@ -0,0 +1,5 @@
+twig:
+ default_path: '%kernel.project_dir%/templates'
+ debug: '%kernel.debug%'
+ strict_variables: '%kernel.debug%'
+ exception_controller: 'FOS\RestBundle\Controller\ExceptionController::showAction'