mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 11:36:33 +03:00
Adding config file for TwigCokmponent 2.13
This commit is contained in:
@@ -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%/"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user