diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-06-17 19:31:07 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-06-17 19:31:07 +0200 |
commit | d9325c6762ec78932235d4243d5c5a039cf9ba41 (patch) | |
tree | 25c1e2bc9c88fe952c5780e4365bc3f8e66a24f3 | |
parent | 137ec926b411190022be1e6595d009c610a187c1 (diff) | |
download | nextcloud-server-fix/docs.tar.gz nextcloud-server-fix/docs.zip |
docs: fix config sample to work with RST documentationfix/docs
The docs are extracted to the admin docs so it must be valid RST syntax.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 1 insertions, 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' => [], |