As stated in the docs, we should be able to disable AI image generation with the following.
features: {
ai: {
magicImage: false // Disables only Magic Image
}
}
This no longer works because I am seeing the following in the editor. I'm using react-email-editor 1.7.10.

I'm fairly certain this was working somewhat recently, maybe a month or two ago.
Disabling the other ai features does seem to work and only magicImage is not working.