aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSimon L. <szaimen@e.mail.de>2025-02-05 14:37:08 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2025-02-06 10:35:09 +0100
commit0bd624d0fe1ba9e23c89f3afbb0551618395f941 (patch)
tree580dd17dc1d50d7512884fbe5196c0ef4d8cff7e /config
parentd05b5e3068441470ed72f3ef29037932006d352d (diff)
downloadnextcloud-server-0bd624d0fe1ba9e23c89f3afbb0551618395f941.tar.gz
nextcloud-server-0bd624d0fe1ba9e23c89f3afbb0551618395f941.zip
feat(theming): allow to disable standalone windowsenh/noid/allow-disable-pwas
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Simon L. <szaimen@e.mail.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index f30bd92adbc..bfda1609d75 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2129,6 +2129,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