From cc439b6eb0eabda7c43352bff97d0381d371450c Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Thu, 9 Aug 2018 10:50:01 -0400 Subject: [PATCH] add config suggestion for addition paths --- symfony/twig-bundle/3.3/config/packages/twig.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symfony/twig-bundle/3.3/config/packages/twig.yaml b/symfony/twig-bundle/3.3/config/packages/twig.yaml index d1582a23..9edecc5a 100644 --- a/symfony/twig-bundle/3.3/config/packages/twig.yaml +++ b/symfony/twig-bundle/3.3/config/packages/twig.yaml @@ -1,4 +1,6 @@ twig: default_path: '%kernel.project_dir%/templates' + # additional template paths + #paths: [] debug: '%kernel.debug%' strict_variables: '%kernel.debug%'