.. include:: /Includes.rst.txt
.. _breaking-60561:
=======================================================
Breaking: #60561 - Default TypoScript Constants Removed
=======================================================
See :issue:`60561`
Description
===========
These default TypoScript constants were dropped:
- :code:`{$_clear}`
- :code:`{$_blackBorderWrap}`
- :code:`{$_tableWrap}`
- :code:`{$_tableWrap_DEBUG}`
- :code:`{$_stdFrameParams}`
- :code:`{$_stdFramesetParams}`
Impact
======
Frontend output may change.
Affected installations
======================
A TYPO3 instance is affected if own TypoScript uses the above mentioned TypoScript constants.
Migration
=========
Either remove usage of the above constants or add a snippet at an early point in TypoScript for backwards compatibility.
.. code-block:: typoscript
_clear =
_blackBorderWrap =
| | |