Ability to include track changes annotations UI without menu bar UI #17636
Labels
domain:integration-dx
This issue reports a problem with the developer experience when integrating CKEditor into a system.
package:track-changes
type:improvement
This issue reports a possible enhancement of an existing feature.
📝 Provide a description of the improvement
Since the application menu bar was implemented, the
TrackChangesUI
plugin has started depending on it. I don't use CKEditor's toolbar/menu bar UI so in other cases I just include Editing plugins in my build, and no UI plugins. However, for track changes I do use the annotations UI so I need to includeTrackChangesUI
, but that's now forcing me to include ~50k of menu bar code.Could we split the
TrackChangesUI
plugin into two plugins, one that provides the annotations UI and the other that proved the toolbar/menu bar UI?If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: