I need to block dragged images in BDK Text Editor

I’m using BDK Text Editor (the best rich text editor, in my opinion), and I need to prevent users from adding images. Turning off the “Images” option removes the menu item, but users can still drag images into the text area.

My current imperfect solution is running a find-replace on the HTML text, and using Regex to yank out the IMG tag. But this is… imperfect. I really need a UI option that prevents images from being dropped into the text area in the first place.

Does anyone know if it’s possible to disable this feature? Or maybe there’s a JS workaround? I don’t mind if it’s a site-wide restriction.

@gaurav ?

Any ideas are much appreciated.

Thank you.