From d9325c6762ec78932235d4243d5c5a039cf9ba41 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 17 Jun 2025 19:31:07 +0200 Subject: [PATCH] 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 --- config/config.sample.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 74254ccdd04..4494cd8c481 100644 --- a/config/config.sample.php +++ b/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' => [],