Project

General

Profile

Feature #102382

Updated by Simon Schaufelberger 6 months ago

I often have the use case that I want to navigate to a page where I only have the slug from the frontend and want to edit the page and siblings of that page. I search the page in the right top corner by the slug and then would like to open the page tree to exactly that page the same way like PhpStorm does it with this icon: 

 !jump-to-page-in-tree.jpg! 

 Basically all the parent pages of the currently opened page should be expanded.

Back