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 8 months ago committed by GitHub
parent 7e2c51204b
commit 4a7f648d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1961,7 +1961,7 @@ $CONFIG = [
/** /**
* Enforce the user theme. This will disable the user theming settings * Enforce the user theme. This will disable the user theming settings
* This must be a valid ITheme ID. * 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' => '', 'enforce_theme' => '',

Loading…
Cancel
Save