side_menu_doc/docs/faq.md
Simon Vieille 9a2670d532
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add faq question
2023-03-30 13:46:42 +02:00

42 lines
1 KiB
Markdown

---
hide:
- navigation
---
# FAQ
## How to replace Apporder?
Custom Menu could replace [Apporder](https://github.com/juliushaertl/apporder).
1. Go to user or global settings
2. Scroll to `Top menu` check all apps in `Applications kept in the top menu`
3. Scroll to `Applications` and customize sorting
4. Save
## 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',
```
## How to export the configuration?
1. Go global settings
2. Click on `Export the configuration`
<figure markdown>
[![](./_static/img/export_conf.png)](./_static/img/export_conf.png){target="blank"}
<figcaption>Export the configuration</figcaption>
</figure>
## Custom Menu doesn't work for guest users
Custom menu must be added in app's allowlist.
<figure markdown>
[![](./_static/img/allowlist.png)](./_static/img/allowlist.png){target="blank"}
</figure>