I want to customize the Panel. Particularly the “top bar” (where the navigation and breadcrumbs is). How do I do it?
Some things I’m after:
Thanks!
Everything that is styles related, can be changed with a custom Panel stylesheet.
You can also use custom panel scripts.
You can also create complete custom views: https://getkirby.com/docs/reference/plugins/extensions/panel-views
Ah, brilliant. I haven’t seen the panel view thing before. Thats great. Thanks.
If I want to build my own navigation for different pages, how can that be done? In other words, how do I load a page in the same way that the “native” Panel links does?
Anyone who knows how to hook on to the Panel navigation as above?