From 75264115dc4ca1ff74831dc89bc9d21b08f995f6 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 3 Oct 2023 13:58:12 -0400 Subject: [PATCH] Adding anonymous_template_directory --- .../ux-twig-component/2.13/config/packages/twig_component.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/symfony/ux-twig-component/2.13/config/packages/twig_component.yaml b/symfony/ux-twig-component/2.13/config/packages/twig_component.yaml index 55b5070e..945567a9 100644 --- a/symfony/ux-twig-component/2.13/config/packages/twig_component.yaml +++ b/symfony/ux-twig-component/2.13/config/packages/twig_component.yaml @@ -1,4 +1,5 @@ twig_component: + anonymous_template_directory: 'components/' defaults: # Namespace & directory for components App\Twig\Components: 'components/'