TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-72666:
|
||||
|
||||
=========================================================
|
||||
Breaking: #72666 - RTE: Remove relative path calculations
|
||||
=========================================================
|
||||
|
||||
See :issue:`72666`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
Since the removal of the feature editing static files with the Rich Text Editor (option "static_file_edit"), the path calculations for files
|
||||
within the HtmlParser including the method `RteHtmlParser->setRelPath()` have been removed as well.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Using the method `RteHtmlParser->setRelPath()` will result in a fatal PHP error.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Any installations with custom RTE transformations that use a custom implementation of the RteHtmlParser PHP class.
|
||||
|
||||
.. index:: PHP-API, Backend, RTE
|
||||
Reference in New Issue
Block a user