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,41 @@
.. include:: /Includes.rst.txt
.. _breaking-72701:
===============================================================
Breaking: #72701 - Remove unused properties in DocumentTemplate
===============================================================
See :issue:`72701`
Description
===========
Remove deprecated code from DocumentTemplate
The following properties have been removed:
`tableLayout`
`table_TR`
`table_TABLE`
Impact
======
Using the properties above directly in any third party extension will result in a fatal error.
Affected Installations
======================
Instances which use calls to any of the above mentioned properties.
Migration
=========
No migration available.
.. index:: PHP-API, Backend