mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 03:50:37 -05:00
Merge pull request #53550 from nextcloud/fix/docs
docs: fix config sample to work with RST documentation
This commit is contained in:
commit
3bc4e0ff28
1 changed files with 1 additions and 3 deletions
|
|
@ -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' => [],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue