From 81bc5fb0ccfae36a829f0b1b0a604496a45283fc Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 17 Jun 2025 19:22:59 +0200 Subject: [PATCH] fix: adjust config sample Signed-off-by: Ferdinand Thiessen --- .../config_sample_php_parameters.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 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 615e837ee..bb59920cc 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -4002,9 +4002,12 @@ 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 -] + +:: + + 'account_manager.default_property_scope' => [ + \OCP\Accounts\IAccountManager::PROPERTY_PHONE => \OCP\Accounts\IAccountManager::SCOPE_PRIVATE + ] projects.enabled ^^^^^^^^^^^^^^^^