Adding config file for TwigCokmponent 2.13

This commit is contained in:
Ryan Weaver
2023-09-23 20:47:53 -04:00
parent d222415825
commit 3eecea7f2e
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
twig_component:
defaults:
# Namespace & directory for components
App\Twig\Components: 'components/'
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\UX\\TwigComponent\\TwigComponentBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}