mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Add enforce_theme example IDs
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
f577b5dc96
commit
d4c001dc8c
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue