medusa icon indicating copy to clipboard operation
medusa copied to clipboard

Breadcrumbs for custom Admin UI Routes

Open sergkoudi opened this issue 6 months ago • 1 comments

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?

  1. Describe the supported breadcrumb parameter
  2. Add an example of a breadcrumb parameter 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

sergkoudi avatar May 14 '25 11:05 sergkoudi