Blog pages visibility

Heya!

I’m new to Kirby, and I would like to know if there is a way to let users (editors) see their own blog posts only in the blog pages list? It’s good that they are read only, but I would like to hide them entirely.

Thanks for your help!
Cheers
Frank

Yes, that could be achieved with permissions, in this case a panel.page.readpermission. Assuming you have a field that contains the editor name, you can check the value of that field against the user name.