Walter Gandarella

Results 2 comments of Walter Gandarella

I am not registered with Unlayer, I just installed the editor via npm to use in my project. For me, the basic installation fully complies, except for not being able...

You need configure this in tools prop before viewInit, not in options prop, see below: ``` this.emailEditor.tools = { image: { enabled: false } }; ```