Actions
Task #101916
closedLoad ckeditor5 modules from their package entry points
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2023-09-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Make sure that all imports are from the package entry point
instead of the path to a module as suggested by upstream:
https://ckeditor.com/docs/ckeditor5/latest/updating/guides/update-to-37.html
Note: `LinkActionsView` still needs to be imported from
`@ckeditor/ckeditor5-link/src/ui/linkactionsview.js` and
`LinkUtils` from `@ckeditor/ckeditor5-link/src/utils.js`
as they are not exported as named exports on the package
entry points.
Actions