FriendsOfTYPO3 / frontend_editing

TYPO3 CMS Frontend Editing
https://friendsoftypo3.github.io/frontend_editing/
102 stars 38 forks source link

Editing panel is gone in TYPO3 v9.5 #349

Closed mesosa closed 5 years ago

mesosa commented 5 years ago

I am using frontend editing v1.5.0 and when clicking a content element, there is no editing panel anymore at the top of the element. Appears and works on TYPO3 v8.7.27 but not in TYPO3 v9.5.5

fe t3 8727 fe t3 955

mabolek commented 5 years ago

Hi @mesosa!

Thanks for reporting. This has to be implemented throguh a PSR-15 middleware in the same way as it's done in the new feedit extension in TYPO3 v9 LTS.

This functionality was originally implemented using the $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/classes/class.frontendedit.php']['edit'] hook. This hook technically still there in v9 (it hasn't been officially deprecated), but it's actually never executed.