Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-08-17 07:03:47 +0300
committerChristopher Ng <chrng8@gmail.com>2022-08-18 04:50:37 +0300
commit7a13388fe94411b527b8f78db3a25598b9700544 (patch)
treeaa16244a690ec2ca4124e69903e5298f3bc5adf2 /config
parent2f538bb20f7859b2f09d0d088be9ee47c6cdadde (diff)
Hide deprecated projects in sharing tab by defaultenh/hide-projects
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 025cf1105a0..c0e0b79b4d2 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2218,5 +2218,13 @@ $CONFIG = [
* \OCP\Accounts\IAccountManager::PROPERTY_PHONE => \OCP\Accounts\IAccountManager::SCOPE_PRIVATE
* ]
*/
-'account_manager.default_property_scope' => []
+'account_manager.default_property_scope' => [],
+
+/**
+ * Enable the deprecated Projects feature,
+ * superseded by Related resources as of Nextcloud 25
+ *
+ * Defaults to ``false``
+ */
+'projects.enabled' => false,
];