admin: add menu for languages and countries section

This commit is contained in:
nobohan
2022-05-03 09:27:04 +02:00
parent 4c99abd6d3
commit 04f27cc555
8 changed files with 69 additions and 4 deletions

View File

@@ -70,6 +70,10 @@ chill_main_admin_locations:
path: /{_locale}/admin/locations
controller: Chill\MainBundle\Controller\AdminController::indexLocationsAction
chill_main_admin_language_country:
path: /{_locale}/admin/language-country
controller: Chill\MainBundle\Controller\AdminController::indexLanguageCountryAction
chill_main_search:
path: /{_locale}/search.{_format}
controller: Chill\MainBundle\Controller\SearchController::searchAction