first commit
This commit is contained in:
11
config/backpack/language-switcher.php
Normal file
11
config/backpack/language-switcher.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// when `false` developer should setup their own route for language switcher
|
||||
// check the default route at /vendor/backpack/language-switcher/routes/language-switcher.php
|
||||
'setup_routes' => true,
|
||||
|
||||
// when true, we will add the route prefix on the language-switcher route.
|
||||
// eg: https://domain.com/admin/set-locale/{locale} instead of https://domain.com/set-locale/{locale}
|
||||
'use_backpack_route_prefix' => false,
|
||||
];
|
Reference in New Issue
Block a user