mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
31 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|