Hellooo - I try to get into permissions. I want it that the editor only sees his own Pages.
How it looks:
How I want it:
What I tried in the editor.php:
'panel.page.read' => function() {
if($this->user()->is($this->target()->user())) {
return true;
}
}
But it does not work…