Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-30 13:38:50 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-30 14:40:28 +0300
commitd4c001dc8cf7f5e2db85bfbf689a3eac7e6a0b78 (patch)
tree59b64052d8460496e806cd79f073a4a648b67937 /config
parentf577b5dc96bf6248a1d0c5497573dd3b3eaaffd9 (diff)
Add enforce_theme example IDs
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
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' => '',