Hello, I would like to set line height or line spacing, but it seems wit

Hello, I would like to set line height or line spacing, but it seems with CKeditor5 this is only possible via plugins, like https://github.com/p0thi/ckeditor5-line-height-plugin

Now I cannot manage to addExtraPlugin() since the method accepts an enum, that is a closed set of predefined plugins. Could you please add this plugin (or similar one) to next release? Or find a way to support arbitrary plugins?

Thanks a lot


Just tried to add the 3rd party plugin, but failed due to duplicated modules. And it's impossible to support arbitrary plugins currently. Cheers