Breaking: #72783 - Removed RTE transformation option preserveTables
See forge#72783
Description
The RTE transformation option preserve that allowed keeping HTML table
tags and their contents has been removed.
Additionally, the methods Rte and Html have been removed
without substitution.
Impact
When the RTE is configured to use overrule instead of the default "ts_css" the
option RTE. will have no effect anymore.
Calling Rte or Html inside a custom extension will result in a fatal PHP error.
Affected Installations
Any TYPO3 instance with a legacy-mode (overruleMode = ts) from TYPO3 3.x or an extension doing custom transformations
by using Rte.
Migration
Use the overruleMode ts_ instead which keeps the tables as they are. If tables should be disallowed inside the RTE
the option RTE. can be used instead.