Skip to content

Commit 285a9ab

Browse files
authored
Merge pull request #1243 from weaverryan/twig-components-2.13-config
Adding recipe for TwigComponent 2.13
2 parents eaeae97 + ee11c92 commit 285a9ab

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
twig_component:
2+
anonymous_template_directory: 'components/'
3+
defaults:
4+
# Namespace & directory for components
5+
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)