docs: fix config sample to work with RST documentation

The docs are extracted to the admin docs so it must be valid RST syntax.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2025-06-17 19:31:07 +02:00
parent 137ec926b4
commit d9325c6762

View File

@ -2644,9 +2644,7 @@ $CONFIG = [
* 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]``
*/
'account_manager.default_property_scope' => [],