Merge pull request #53550 from nextcloud/fix/docs

docs: fix config sample to work with RST documentation
This commit is contained in:
Ferdinand Thiessen 2025-06-18 08:57:03 +02:00 committed by GitHub
commit 3bc4e0ff28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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' => [],