We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98601a8 commit 6c94645Copy full SHA for 6c94645
src/TwigComponent/doc/index.rst
@@ -66,9 +66,10 @@ file to control the template directory for your components:
66
```
67
# config/packages/twig_component.yaml
68
twig_component:
69
+ anonymous_template_directory: 'components/'
70
defaults:
- # default component template directory
71
- App\Twig\Components\: 'components/'
+ # Namespace & directory for components
72
+ App\Twig\Components: 'components/'
73
74
75
Component Basics
0 commit comments