Merge pull request #1144 from weaverryan/ux-26-structure

[UX] New route file locations in 2 packages
This commit is contained in:
Fabien Potencier
2022-11-28 19:07:47 +01:00
committed by GitHub
4 changed files with 24 additions and 0 deletions
@@ -0,0 +1,3 @@
ux_autocomplete:
resource: '@AutocompleteBundle/config/routes.php'
prefix: '/autocomplete'
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\UX\\Autocomplete\\AutocompleteBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,5 @@
live_component:
resource: '@LiveComponentBundle/config/routes.php'
prefix: '/_components'
# adjust prefix to add localization to your components
#prefix: '/{_locale}/_components'
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\UX\\LiveComponent\\LiveComponentBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}