[UX] New route file locations in 2 packages

This commit is contained in:
Ryan Weaver
2022-11-14 13:18:12 +01:00
parent 833082a082
commit 88ca4f9d34
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%/"
}
}