unlayer/angular-email-editor

Disable "insert/edit image" tool on text editor toolbar

khyokhyo opened this issue · 0 comments

Is it possible to disable the insert/edit image tool on the toolbar in Legacy Templates?

Screen Shot 2022-02-17 at 10 04 53 AM

I am able to disable the emojis passing the below in the options:

{ features: { textEditor: { emojis: false } } }

I wonder if it is possible to do the same for the image?