diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-29 11:54:25 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-30 13:40:27 +0200 |
commit | 24c5d994c7652f266f62563f11bab55defc41dae (patch) | |
tree | 584ac1f2b3cb3292690fe4c2e767bd6212601f6b /config | |
parent | 77db6ced432953e2f36db28f7a981dbe997e7055 (diff) | |
download | nextcloud-server-24c5d994c7652f266f62563f11bab55defc41dae.tar.gz nextcloud-server-24c5d994c7652f266f62563f11bab55defc41dae.zip |
Allow to override the default theme
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index d4facbfeaff..d8e0f119fda 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1790,6 +1790,12 @@ $CONFIG = [ 'theme' => '', /** + * Enforce the user theme. This will disable the user theming settings + * This must be a valid ITheme ID + */ +'enforce_theme' => '', + +/** * The default cipher for encrypting files. Currently supported are: * - AES-256-CTR * - AES-128-CTR |