Browse Source

Add enforce_theme example IDs

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
tags/v25.0.0beta1
John Molakvoæ 2 years ago
parent
commit
d4c001dc8c
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      config/config.sample.php

+ 2
- 1
config/config.sample.php View File

@@ -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' => '',


Loading…
Cancel
Save