Hide route from navbar? #4258
vexilar
started this conversation in
Discussions
Replies: 1 comment 6 replies
-
Note that you can supply your own title and breadcrumbs to the <PageContainer
title="ACME ltd."
breadCrumbs={[
{ path: '/customer', title: 'Customers' },
{ path: '/customer/12345', title: '12345' },
]}
>
Page content
</PageContainer> This way you can use it on pages that are not matched by any navigation from the We're renaming the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wanting to have routes for /customer/[:id] for create/edit to be able to router.push to them and have them show up in the breadcrumbs in pagelayout, but NOT have them show up in the navigation bar. Is there a way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions