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,37 @@
.. include:: /Includes.rst.txt
.. _breaking-75497:
===============================================
Breaking: #75497 - inline backend layout wizard
===============================================
See :issue:`75497`
Description
===========
The `BackendLayoutWizardController` has been removed and a new renderType has been added to render the backend layout wizard inline in FormEngine.
Also the backend route `wizard_backend_layout` has been removed.
Impact
======
Extending or using the `BackendLayoutWizardController` will break installations.
Affected Installations
======================
Any installation which uses an extension which makes use of `BackendLayoutWizardController`
Migration
=========
Use the renderType `belayoutwizard`, which renders the backend layout wizard inline in FormEngine.
.. index:: PHP-API, Backend, TCA