The page tree in the TYPO3 backend
The page tree is a hierarchical structure that represents pages and their subpages on a website, allowing editors and integrators to easily organize and manage content and navigation.
It is displayed on the left of backend modules with
navigationComponent
set to '@typo3/
.
Usage of the page tree is described in Getting Started Tutorial, Page tree.
The page tree can also be navigated via Keyboard commands (Tutorial for Editors).
Table of contents
PSR-14 events to influence the functionality of the page tree
- AfterPageTreeItemsPreparedEvent
- Allows prepared page tree items to be modified.
- AfterRawPageRowPreparedEvent
- Allows to modify the populated properties of a page and children records before the page is displayed in a page tree.
- BeforePageTreeIsFilteredEvent
- Allows developers to extend the page trees filter's functionality and process the given search phrase in more advanced ways.
TsConfig settings to influence the page tree
The rendering of the page tree can be influenced via user TsConfig options.pageTree.