TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,33 @@
.. include:: /Includes.rst.txt
.. _breaking-82919:
=============================================================
Breaking: #82919 - Removed pagetree-related TSconfig settings
=============================================================
See :issue:`82919`
Description
===========
The following edge-case TSconfig options have been removed:
- :typoscript:`options.pageTree.disableIconLinkToContextmenu` (Icons are always linked)
- :typoscript:`options.pageTree.searchInAlias` (the pages.alias DB field is now always respected when filtering)
- :typoscript:`options.pageTree.excludeDoktypes` (there is no restriction to doctypes in the filter anymore)
- :typoscript:`options.pageTree.hideFilter` (filter is now always visible)
Impact
======
Setting these options in UserTSconfig will have no effect anymore.
Affected Installations
======================
Installations having one of these options set.
.. index:: Backend, TSConfig, NotScanned