mirror of
https://github.com/nextcloud/server.git
synced 2025-07-22 18:25:45 +00:00
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:
@ -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' => [],
|
||||
|
||||
|
Reference in New Issue
Block a user