Files
symfony-flex-recipes/symfony.ux-live-component.2.6.json
T
github-action[bot]andgithub-action[bot] 180f64a56a Update Flex endpoint
2025-07-04 06:39:31 +00:00

31 lines
1.0 KiB
JSON

{
"manifests": {
"symfony/ux-live-component": {
"manifest": {
"bundles": {
"Symfony\\UX\\LiveComponent\\LiveComponentBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/ux_live_component.yaml": {
"contents": [
"live_component:",
" resource: '@LiveComponentBundle/config/routes.php'",
" prefix: '/_components'",
" # adjust prefix to add localization to your components",
" #prefix: '/{_locale}/_components'",
""
],
"executable": false
}
},
"ref": "b7130b7b5ddc2f8994bd6149d7c093b184782f0c"
}
}
}