]> source.dussan.org Git - nextcloud-server.git/commitdiff
config.sample.php: fix incorrect theme name + add a missing one 40926/head
authorJosh Richards <josh.t.richards@gmail.com>
Sun, 15 Oct 2023 17:27:40 +0000 (13:27 -0400)
committerGitHub <noreply@github.com>
Sun, 15 Oct 2023 17:27:40 +0000 (13:27 -0400)
Fixes #40908

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
config/config.sample.php

index 840a394abf7451729051e135655a864632dc352f..9043dbd00aa35f968b1a2db23c7941fcf6861f0b 100644 (file)
@@ -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' => '',