Feature #102411
closedCkeditor5 Image module sources
0%
Description
CKeditor5 provides a bunch of handy functions to work with images,
including
imageUtils, converters, imageStyles, imageResize, imageTextAlternative, imageToolbar, imageCaption, imageResize as well as determination between inline / block images etc.
it would be nice to add a @ckeditor/ckeditor5-image into the list of sources for developers to at least to be able to reuse these functions i.e. provide a custom wrapper with @typo3/backend/modal.js to insert images from file module without loosing relations.
For now it is only possible to run the TYPO3 Build from sources by adding the missing module into Build/package.json and by including the generated ckeditor5-image.js into own project
In that case the generated CSS files still come from the rte_ckeditor sysext and do not include image-features.
Integration of typo3image-plugin into the core like in case of typo3link-plugin would be absolutely appreciated as the only third-party extension that provides images support in RTE lacks on update frequency and blocks migration to the new LTS version
Thank you ;)