Add templating configuration.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 28 Jun 2018 09:18:21 +0000 (11:18 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 28 Jun 2018 09:18:21 +0000 (11:18 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
config/packages/framework.yaml

index 8b244184ba0018baf9673dc8fb56bffa08aedcaf..f37ff702a0f4bfa5d0bdb7d015752e90ba1c3bae 100644 (file)
@@ -28,3 +28,4 @@ framework:
 
         # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
         #app: cache.adapter.apcu
+    templating: { engines: ['twig'] }