Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
  • Loading branch information
susnux committed Jun 17, 2025
commit d9325c6762ec78932235d4243d5c5a039cf9ba41
4 changes: 1 addition & 3 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -2644,9 +2644,7 @@
* 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' => [],

Expand Down
Loading