From 813b5dc72f1f966fa2b69815c3e3a2fafbed7c80 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 28 Sep 2015 17:51:33 +0200 Subject: [PATCH] commented usage of the templating sub-system --- app/config/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/config/config.yml b/app/config/config.yml index b4a2d0a4c2..a1e148e01c 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -19,9 +19,8 @@ framework: csrf_protection: ~ validation: { enable_annotations: true } #serializer: { enable_annotations: true } - templating: - engines: ['twig'] - #assets_version: SomeVersionScheme + #templating: + #engines: ['php', 'twig'] default_locale: "%locale%" trusted_hosts: ~ trusted_proxies: ~