unlayer / react-email-editor

Drag-n-Drop Email Editor Component for React.js
https://unlayer.com/
MIT License
4.6k stars 742 forks source link

Disabling AI magicImage no longer works #426

Open bobmccracken opened 3 weeks ago

bobmccracken commented 3 weeks ago

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.

image

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.

omerzahidbajwa commented 2 weeks ago

Hi, I just tested this and it seems to be working fine.

omerzahidbajwa commented 2 weeks ago

On second thought i believe your not referring to the 'image' tool but 'stock images'. I will check up on that