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-75942:
====================================================
Breaking: #75942 - BigDocumentTemplate class removed
====================================================
See :issue:`75942`
Description
===========
The following class has been removed:
:code:`\TYPO3\CMS\Backend\Template\BigDocumentTemplate`
Impact
======
Extensions that still use the removed class for their backend module won't work.
Affected installations
======================
A TYPO3 instance is affected if a 3rd party extension uses the removed class.
Migration
=========
Use :code:`\TYPO3\CMS\Backend\Template\DocumentTemplate` instead.
.. index:: PHP-API, Backend