From 4a7f648d162a9dbc5fa32309ed93f48e3f876d82 Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Sun, 15 Oct 2023 13:27:40 -0400 Subject: [PATCH] config.sample.php: fix incorrect theme name + add a missing one Fixes #40908 Signed-off-by: Josh Richards --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '',