Upgrade CKeditor to latest version #1765
Labels
feature
use for describing a new feature to develop
solved
The issue has been solved
technical improvement
Technical refactor or improvement is needed
Milestone
Change the way we use CKEditor in OpenBAS.
Actual usage:
We have fetched a fix version of CKEditor and build a lib ourselves with the config we want to use it in our code.
New usage:
We fetch CKEditor from yarn as any other libs of the project and use it directly inside a new React component CKEditor that initiate the config to keep same behavior we had with the older build.
The advantage of this is that it's easier to keep an up-to-date version of CKEditor.
The text was updated successfully, but these errors were encountered: