From d4c001dc8cf7f5e2db85bfbf689a3eac7e6a0b78 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Sat, 30 Apr 2022 12:38:50 +0200 Subject: Add enforce_theme example IDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- config/config.sample.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index d8e0f119fda..f99cb4dd2e7 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1791,7 +1791,8 @@ $CONFIG = [ /** * 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... */ 'enforce_theme' => '', -- cgit v1.2.3