11 lines
276 B
Markdown
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',
|
|
```
|