From 31dc420e025730e38b4b03377c3dbc2b0141a083 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 19 Jun 2025 03:12:43 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 21957995c..3ed6db50a 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -4016,9 +4016,7 @@ defined in ``OCP\Accounts\IAccountManager``. Values are merged with defaults from ``OC\Accounts\AccountManager``. Example: Set phone property to private scope: -[ - \OCP\Accounts\IAccountManager::PROPERTY_PHONE => \OCP\Accounts\IAccountManager::SCOPE_PRIVATE -] +``[\OCP\Accounts\IAccountManager::PROPERTY_PHONE => \OCP\Accounts\IAccountManager::SCOPE_PRIVATE]`` projects.enabled ^^^^^^^^^^^^^^^^