Browse Source
config.sample.php: fix incorrect theme name + add a missing one
Fixes #40908
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
pull/40926/head
Josh Richards
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
config/config.sample.php
|
|
|
@ -1961,7 +1961,7 @@ $CONFIG = [ |
|
|
|
/** |
|
|
|
* Enforce the user theme. This will disable the user theming settings |
|
|
|
* This must be a valid ITheme ID. |
|
|
|
* E.g. light, dark, highcontrast, dark-highcontrast... |
|
|
|
* E.g. dark, dark-highcontrast, default, light, light-highcontrast, opendyslexic |
|
|
|
*/ |
|
|
|
'enforce_theme' => '', |
|
|
|
|
|
|
|
|