Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable20] Change defaultapp in config.sample.php to dashboard to improve docs and align it to source code #25030

Merged
merged 1 commit into from
Jan 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@
* 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
Expand Down