From 8f1ec847cd4baff71492cab46b3508939dc3fae5 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 11 Dec 2015 03:35:12 +0100 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 92db1e931..e7840ed14 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -965,6 +965,20 @@ default naming rule of using the internal user ID as home folder name. If this is set to **false** it will fallback for the users without the attribute set to naming the home folder like the internal user ID. +Comments +-------- + +Global settings for the Comments infrastructure + + +:: + + 'comments.managerFactory' => '\OC\Comments\ManagerFactory', + +Replaces the default Comments Manager Factory. This can be utilized if an +own or 3rdParty CommentsManager should be used that – for instance – uses the +filesystem instead of the database to keep the comments. + Maintenance -----------