mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
31 lines
1001 B
JSON
31 lines
1001 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ux-twig-component": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Symfony\\UX\\TwigComponent\\TwigComponentBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/twig_component.yaml": {
|
|
"contents": [
|
|
"twig_component:",
|
|
" anonymous_template_directory: 'components/'",
|
|
" defaults:",
|
|
" # Namespace & directory for components",
|
|
" App\\Twig\\Components\\: 'components/'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "67814b5f9794798b885cec9d3f48631424449a01"
|
|
}
|
|
}
|
|
}
|