Skip to content

Commit 3eecea7

Browse files
committed
Adding config file for TwigCokmponent 2.13
1 parent d222415 commit 3eecea7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
twig_component:
2+
defaults:
3+
# Namespace & directory for components
4+
App\Twig\Components: 'components/'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Symfony\\UX\\TwigComponent\\TwigComponentBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)