generate documentation from config.sample.php

This commit is contained in:
Morris Jobke
2017-06-07 03:35:45 +02:00
parent dd9009e66e
commit a5d4b65eb1

View File

@@ -1119,6 +1119,15 @@ filesystem instead of the database to keep the tags.
Defaults to ``\OC\SystemTag\ManagerFactory``
::
'mail_template_class' => '\OC\Mail\EMailTemplate',
Replaces the default mail template layout. This can be utilized if the
options to modify the mail texts with the theming app is not enough.
The class must extend ``\OC\Mail\EMailTemplate``
Maintenance
-----------
@@ -1737,6 +1746,12 @@ set to true if the server is used in a setup based on Nextcloud's Global Scale a
by default federation is only used internally in a Global Scale setup
If you want to allow federation outside of your environment set it to 'global'
::
'settings.personal.showGroupMembership' => true
show group membership on the personal page
.. ALL_OTHER_SECTIONS_END
.. Generated content above. Don't change this.