diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-30 12:38:50 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-30 13:40:28 +0200 |
commit | d4c001dc8cf7f5e2db85bfbf689a3eac7e6a0b78 (patch) | |
tree | 59b64052d8460496e806cd79f073a4a648b67937 /config/config.sample.php | |
parent | f577b5dc96bf6248a1d0c5497573dd3b3eaaffd9 (diff) | |
download | nextcloud-server-d4c001dc8cf7f5e2db85bfbf689a3eac7e6a0b78.tar.gz nextcloud-server-d4c001dc8cf7f5e2db85bfbf689a3eac7e6a0b78.zip |
Add enforce_theme example IDs
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 2 insertions, 1 deletions
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' => '', |