Files
symfony-flex-recipes/symfony.ux-twig-component.2.13.json
T
github-action[bot]andgithub-action[bot] e420d36f47 Update Flex endpoint
2023-10-16 13:50:29 +00:00

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"
}
}
}