add possibility to define side_menu as default app and redirect to the first top menu app (#177)
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-11-20 14:00:33 +01:00
parent a4060c8db7
commit 3ccf754e0d
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 3 additions and 1 deletions

View File

@ -49,12 +49,14 @@ Use the shortcut `Ctrl`+`o` to open and to hide the side menu. Use `tab` to navi
### Use first top menu app as default app
You can easily let Nextcloud redirect to the first top menu app by changing the following parameter in your `config/config.php`:
You can easily let Custom Menu redirect to the first app in the top menu by changing the following parameter in your `config/config.php`:
```
'defaultapp' => 'side_menu',
```
If the top menu is empty then it redirects to files.
How to contribute?
------------------