-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the Document editor build #5886
Enhance the Document editor build #5886
Comments
cc @wwalc |
I can see @wwalc's 👍 so let's do this. |
@Reinmar I need more info about this issue, because I see that Document Build config already has defined |
It looks like this issue is about removing the Things to check/change:
|
Other: Added font color and font background color features and removed the highlight feature. Closes ckeditor/ckeditor5#5886. MAJOR BREAKING CHANGE: The document editor build does not contain the highlight feature anymore. It was replaced with the font color and font background color features. You should install the highlight feature back in case you expect that the highlight feature was already used by the users of the editor. Otherwise, the markup created in the past by that feature will be filtered out the next time it is loaded to the editor.
We also prepared a small plugin that will automatically convert highlight markup to font color/background specific format - preventing potential data loss. |
Let's consider replacing the highlight feature with font size and font color.
Let's also consider adding font family.
The text was updated successfully, but these errors were encountered: