You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder how configuration should look like for those cases. This concerns only downcastAttributeToAttribute (and also attributeToAttribute two-way-converter).
Both of these are compatible with view.ElementDefinition (after slight normalization :)) so can be used in two-way converters. Two small things to note are:
we are letting to set multiple things (although still one attribute),
we need to document this (until now it was just String in value).
Follow-up to ckeditor/ckeditor5-engine#1274.
Right now there is no way to properly and easily handle setting and removing
class
es andstyle
s during downcasting.You can of course use the utilities and (un)set
class
attribute but this will overwrite already set classes.The text was updated successfully, but these errors were encountered: