Actions
Task #90945
closedLocalizationController (AJAX handler for "translate" in page module) should allow third party integration
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2020-04-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The LocalizationController currently only supports the core's specific way of composing page column information. This column composition cannot be changed or extended by third parties without overriding the entire class.
A PSR-14 event can be implemented to allow changing the resolved columns and content elements without an XCLASS.
Actions