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,38 @@
.. include:: /Includes.rst.txt
.. _breaking-93077:
====================================================================
Breaking: #93077 - Removed unneeded configurations in PageLayoutView
====================================================================
See :issue:`93077`
Description
===========
The following TSconfig settings have been removed in favor of strong defaults and less configuration:
- :typoscript:`mod.web_layout.disableIconToolbar`
- :typoscript:`mod.web_layout.disableSearchBox`
Impact
======
The settings :typoscript:`mod.web_layout.disableIconToolbar` and :typoscript:`mod.web_layout.disableSearchBox` are
not evaluated anymore and the edit button and the search box are always shown in the page module.
Affected Installations
======================
TYPO3 installations using the settings :typoscript:`mod.web_layout.disableIconToolbar` or :typoscript:`mod.web_layout.disableSearchBox`.
Migration
=========
There is no migration possible.
.. index:: Backend, TSConfig, NotScanned, ext:backend