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,40 @@
.. include:: /Includes.rst.txt
.. _breaking-61782:
==============================================================
Breaking: #61782 - deprecated DocumentTemplate classes removed
==============================================================
See :issue:`61782`
Description
===========
The following deprecated classes have been removed:
:code:`\TYPO3\CMS\Backend\Template\MediumDocumentTemplate`
:code:`\TYPO3\CMS\Backend\Template\SmallDocumentTemplate`
:code:`\TYPO3\CMS\Backend\Template\StandardDocumentTemplate`
Impact
======
Extensions that still use one of the removed classes for their backend module won't work.
Affected installations
======================
A TYPO3 instance is affected if a 3rd party extension uses one of the removed classes.
Migration
=========
Use :code:`\TYPO3\CMS\Backend\Template\DocumentTemplate` instead.
.. index:: PHP-API, Backend