diff options
author | Simon L <szaimen@e.mail.de> | 2025-02-05 14:37:08 +0100 |
---|---|---|
committer | Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | 2025-02-07 21:58:26 +0700 |
commit | 79b22a42546147d5384058d98c27348e3f4bef7c (patch) | |
tree | c72f077385e621cd4518db99e730d3f7b61dc1eb /config | |
parent | 706cb712dc1ffda1ef59e435b45c90e5fb45e151 (diff) | |
download | nextcloud-server-backport/50666/stable29.tar.gz nextcloud-server-backport/50666/stable29.zip |
feat(theming): allow to disable standalone windowsbackport/50666/stable29
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 7422efa7cff..b6f89fcc8a5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2013,6 +2013,14 @@ $CONFIG = [ */ 'enforce_theme' => '', + +/** + * This setting allows to disable the PWA functionality that allows browsers to open web applications in dedicated windows. + * + * Defaults to ``true`` + */ +'theming.standalone_window.enabled' => true, + /** * The default cipher for encrypting files. Currently supported are: * - AES-256-CTR |