CKEditor5 Blog PoC
Summary
Closes #2333 (closed)
Depends on engine!448 (merged) This is a PoC for testing and evaluation.
We are going to need to fork the balloon editor and upload the package via NPM, so that we can make a lightly customized build where we enable the Alignment plugin. Because we are going the custom-build route, there is also no image upload, as the code for the UploadAdapter will likely change when separating from the Balloon build.
Steps to test
- Make a new blog.
- Edit it. The url should still be
/blog/edit/:guid
- Old editor should still work fine.
- Change the URL to blog-v2 e.g.
/blog-v2/edit/:guid
- Play with new editor, remember alignment and upload are going to require additional work.
- Save.
- Hit edit again, it should link to the
/blog-v2/edit/:guid
again as theeditor_version
variable has changed
Estimated Regression Scope
As this is not to go live; there isn't a huge scope for regression. If this is tested on Staging or in another environment, any regressions would be in former blogs, as the v2-blogs
route isn't known to users.
Edited by Ben