diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index fe45223361f..05fba5777eb 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2229,5 +2229,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, ]; |