generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2016-01-22 03:35:12 +01:00
parent edef840fa2
commit 4d3639963e

View File

@@ -971,6 +971,14 @@ 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.
::
'systemtags.managerFactory' => '\OC\SystemTag\ManagerFactory',
Replaces the default System Tags Manager Factory. This can be utilized if an
own or 3rdParty SystemTagsManager should be used that for instance uses the
filesystem instead of the database to keep the comments.
Maintenance
-----------