Skip to content

Commit

Permalink
rewrite comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Jan 17, 2024
1 parent 677b1e0 commit 8a172e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/language-switcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
// check the default route at /vendor/backpack/language-switcher/routes/language-switcher.php
'setup_routes' => true,

// when true, if the page where the picker is displayed use the `backpack route prefix` in the route,
// we will also add the route prefix on the language-switcher route.
// 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,
];

0 comments on commit 8a172e8

Please sign in to comment.