---
title: "Breaking: #77728 - Remove obsolete page tree and click menu settings"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-77728"
source: "Changelog/8.4/Breaking-77728-RemoveObsoletePropertiesRelatedToPageTreeView.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #77728 - Remove obsolete page tree and click menu settings

See [forge#77728](https://forge.typo3.org/issues/77728)

## Description

The following obsolete properties have been removed:

-   `FileSystemNavigationFrameController->doHighlight`
-   `ClickMenu->leftIcons`

The following user TS settings have been removed:

-   `options.pageTree.disableTitleHighlight`
-   `options.contextMenu.options.leftIcons`

## Impact

Extensions which use one of the public properties above will throw a fatal error.
Setting above options in UserTSconfig will not impact the tree behaviour.

## Affected Installations

All installations with a 3rd party extension using one of the classes above.
All installations using one of the UserTSconfig settings above.

## Migration

No migration available.
