TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-66369:
|
||||
|
||||
=========================================================
|
||||
Breaking: #66369 - Removed ElementBrowser related classes
|
||||
=========================================================
|
||||
|
||||
See :issue:`66369`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The following classes have been removed without replacement
|
||||
|
||||
* TYPO3\CMS\Core\ElementBrowser\ElementBrowserHookInterface
|
||||
* TYPO3\CMS\Recordlist\Browser\ElementBrowser
|
||||
* TYPO3\CMS\Rtehtmlarea\BrowseLinks
|
||||
* TYPO3\CMS\Rtehtmlarea\FolderTree
|
||||
* TYPO3\CMS\Rtehtmlarea\PageTree
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Any code still using the aforementioned classes will cause a fatal error.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Any code still using the aforementioned classes.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Use the new API for adding element browsers or link handlers.
|
||||
|
||||
|
||||
.. index:: PHP-API, Backend, RTE
|
||||
Reference in New Issue
Block a user