medusa
medusa copied to clipboard
Breadcrumbs for custom Admin UI Routes
What Medusa version and documentation are you using?
v2
Preliminary Checks
- [x] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/medusajs/medusa/issues
Issue Summary
Hi, Breadcrumbs setup for custom Admin UI Routes is currently missing in the doc, it would be nice to have it.
How can this issue be resolved?
- Describe the supported
breadcrumbparameter - Add an example of a
breadcrumbparameter configured like this:export const handle = { breadcrumb: () => "Custom Page", }
Are you interested in working on this issue?
- [x] I would like to fix this issue