Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.
EDITPANEL
Deprecated since version 11.4
With the extraction of the feedit
extension from TYPO3 Core in v10
this related TypoScript property have been rendered unused. Extensions that
provide a frontend editing approach should implement this on their own.
Migration
Frontend editing related extensions like EXT:feedit and EXT:frontend_editing
should no longer rely on Core provided preparation. The stdWrap functionality
can be integrated with stdWrap related hooks, the EDITPANEL
cObj can be
registered as extension provided content object, which obsoletes the use of the
typo3/
hook.