mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -228,6 +228,18 @@ language" override this setting after they have logged in.
|
||||
|
||||
Defaults to ``en``
|
||||
|
||||
::
|
||||
|
||||
'force_language' => 'en',
|
||||
|
||||
With this setting a language can be forced for all users. If a language is
|
||||
forced, the users are also unable to change their language in the personal
|
||||
settings. If users shall be unable to change their language, but users have
|
||||
different languages, this value can be set to ``true`` instead of a language
|
||||
code.
|
||||
|
||||
Defaults to ``false``
|
||||
|
||||
::
|
||||
|
||||
'defaultapp' => 'files',
|
||||
|
||||
Reference in New Issue
Block a user