generate documentation from config.sample.php

This commit is contained in:
Morris Jobke 2017-07-21 03:35:36 +02:00
parent c9c5331dea
commit 04ba09a984

View File

@ -1127,6 +1127,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
-----------