side_menu_doc/docs/FAQ/default-app.md
Simon Vieille 8e23bd78df
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
replace mkdocs with docusaurus
2024-01-23 23:46:17 +01:00

11 lines
276 B
Markdown

---
sidebar_position: 2
---
# Use first top menu app as default app
You can easily let Custom Menu redirect to the first app in the top menu by changing the following parameter in your configuration:
```php-inline title="config/config.php"
'defaultapp' => 'side_menu',
```