Files
symfony-flex-recipes/symfony.ux-live-component.2.6.json
T
github-action[bot]andgithub-action[bot] 869e997d0a Update Flex endpoint
2022-11-28 18:08:05 +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": "73e69baf18f47740d6f58688c5464b10cdacae06"
}
}
}