Is it possible to redirect users in the panel to another page? Like the read: false option but instead of blocking the page send the panel user to another page.
For instance, I have a page where I only store files that are uploaded and accessed trough a files section in the home page blueprint. So if an admin uses the breadcrumb (s)he can access to this blueprintless page where I would like to redirect him/her to the home page.
I had the same requirement for my modules plugin because I use a container page that should not be directly accessible in the Panel. While I also hide the item in the breadcrumb via CSS, Kirby redirects to the parent page after deleting a child page so I needed a redirect. After some attempts to solve this with routes I finally wrote a very simple field that sets the window.location.href to the parent page.