Optimize academy
This commit is contained in:
12
config/theme.php
Normal file
12
config/theme.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Whether the optional `light` theme is enabled for the site. When false,
|
||||
// front-end theme toggle will only expose the default theme.
|
||||
'enabled' => env('LIGHT_THEME_ENABLED', false),
|
||||
|
||||
// Whether the toolbar should render the light-theme switch. This is
|
||||
// controlled separately so you can enable the theme without showing the
|
||||
// global switch to visitors/admins.
|
||||
'show_toolbar_switch' => env('LIGHT_THEME_SHOW_SWITCH', false),
|
||||
];
|
||||
Reference in New Issue
Block a user