mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
dd9009e66e
commit
a5d4b65eb1
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user