Hi everyone. We're using CKEditor 5 and have had feedback from users that they don't want the paragraph double spacing every time they press Enter.
Looking around I've found that the enterMode option within config.js can be changed to fix this but I'm not sure how to do this within this component.
Does anyone know how I can update the config.js file?
I've tried changing the Script assign within the CKEditor5Classic OnReady but unfortunately, I keep breaking the component with the varying ways of adding enterMode that I've tried.I'd appreciate any advice anyone could offer.Thanks!