diff options
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 |