Files
cms-core/Documentation/Changelog/8.0/Breaking-72701-RemoveUnusedPropertiesInDocumentTemplate.rst

42 lines
727 B
ReStructuredText

.. 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