FEATURE: Update ckeditor from v44 to v47#4028
FEATURE: Update ckeditor from v44 to v47#4028Sebobo merged 8 commits intofeature/3972-node-toolbarsfrom
Conversation
|
after #4012 we also have the capabilities to introduce a rudimentary ck-editor test plugin for the e2e tests ... that way we can test the extensibility api ... we should probably do that then. |
With this change we are now able to also fully expose the core parts of the ckeditor api instead of specific classes. Additional modules can be exposed in further releases.
e0390f0 to
e8edd04
Compare
|
We also expose now all actual ckeditor packages like '@ckeditor/ckeditor5-engine' via extensibility api. This should allow to write plugins easier and also might allow to bundle ckeditor plugins from npm for the usage inside of neos as they will use the correct ckeditor. One difference is there though: plugins could use Still we discussed that its good progress that we do export them despite this small left inconsistency. |
|
fyi following packages are yet not exposed via the api i noticed that at trying to bundle the image plugin natively ... but that is probably hacky either way |
see neos#4028 (comment) this will allow for a plugin to bundle the ckeditor image plugin:)
Notable changes:
* New way to import -> allows us to fully export the ck api for extensibility