Merge pull request #53550 from nextcloud/fix/docs

docs: fix config sample to work with RST documentation
pull/53539/head
Ferdinand Thiessen 10 months ago committed by GitHub
commit 3bc4e0ff28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      config/config.sample.php

@ -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…
Cancel
Save