From 1b622aa42c509cf060823921b24d705befe91e44 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 26 Aug 2022 04:24:16 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index a6718b6ed..40098cbf8 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -2502,7 +2502,7 @@ the database storage. :: - 'account_manager.default_property_scope' => [] + 'account_manager.default_property_scope' => [], Allows to override the default scopes for Account data. @@ -2516,6 +2516,15 @@ instead of the local one: \\OCP\\Accounts\\IAccountManager::PROPERTY_PHONE => \\OCP\\Accounts\\IAccountManager::SCOPE_PRIVATE ] +:: + + 'projects.enabled' => false, + +Enable the deprecated Projects feature, +superseded by Related resources as of Nextcloud 25 + +Defaults to ``false`` + .. ALL_OTHER_SECTIONS_END .. Generated content above. Don't change this.