feat: Update admin panel configuration to disable breadcrumbs and add navigation groups for better organization.
This commit is contained in:
parent
b87b9fee96
commit
11a5740409
@ -82,6 +82,10 @@ public function panel(Panel $panel): Panel
|
|||||||
]),
|
]),
|
||||||
])
|
])
|
||||||
->maxContentWidth('full')
|
->maxContentWidth('full')
|
||||||
->defaultAvatarProvider(FacehashProvider::class);
|
->defaultAvatarProvider(FacehashProvider::class)
|
||||||
|
->breadcrumbs(false)
|
||||||
|
->navigationGroups([
|
||||||
|
'Master',
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user