Customizing the admin labels with a component #11118
Unanswered
christopherpickering
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Yeah, so it sounds like you could do this with custom components. You would likely need a custom nav component and a custom dashboard component here to override these in the way that you want. I do something similar in this example where I use an RSC for the dashboard to fetch doc counts before rendering those cards out. You could do the same for the nav. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Does anyone know how to customize the admin collection labels with a component? I have an orders collection and want to add a count of open orders next to the labels, like this:
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions