Merge pull request #25029 from nextcloud/rakekniven-patch-1

Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code
This commit is contained in:
Morris Jobke 2021-01-08 10:08:14 +01:00 committed by GitHub
commit d6d8fc4226
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,11 +220,11 @@ $CONFIG = [
* URL after clicking them in the Apps menu, such as documents, calendar, and
* gallery. You can use a comma-separated list of app names, so if the first
* app is not enabled for a user then Nextcloud will try the second one, and so
* on. If no enabled apps are found it defaults to the Files app.
* on. If no enabled apps are found it defaults to the dashboard app.
*
* Defaults to ``files``
* Defaults to ``dashboard,files``
*/
'defaultapp' => 'files',
'defaultapp' => 'dashboard,files',
/**
* ``true`` enables the Help menu item in the user menu (top right of the