diff options
author | Josh Richards <josh.t.richards@gmail.com> | 2023-10-15 13:27:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-15 13:27:40 -0400 |
commit | 4a7f648d162a9dbc5fa32309ed93f48e3f876d82 (patch) | |
tree | 7517e71fb46e4796392858eddfdb7982dcfc57cf /config | |
parent | 7e2c51204b05f869d9dcfe9608d9927e3db1bd0f (diff) | |
download | nextcloud-server-4a7f648d162a9dbc5fa32309ed93f48e3f876d82.tar.gz nextcloud-server-4a7f648d162a9dbc5fa32309ed93f48e3f876d82.zip |
config.sample.php: fix incorrect theme name + add a missing one
Fixes #40908
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 840a394abf7..9043dbd00aa 100644 --- a/config/config.sample.php +++ b/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' => '', |