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>
pull/53550/head
Ferdinand Thiessen 4 months ago
parent 137ec926b4
commit d9325c6762
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
  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