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.