Sourav Bandyopadhyay

Results 6 comments of Sourav Bandyopadhyay

As per documentation you can hide preview this way: ``` ; ```

As working in React, unlayer means => emailEditorRef.current.editor (ref hook) Document Link: [https://docs.unlayer.com/docs/react-component](url) ``` import React, { useRef } from 'react'; import EmailEditor from 'react-email-editor'; const App = () =>...

For merge tag you can either hardcode it inside Editor components in options or while initializing the editor connect it with some kind of dataset to load it. ` `

As per documentation you can not load html directly you have to convert it into json

As of now from my knowledge there is no direct way to convert html to json such that unlayer editor can read it out. You can take reference from the...

Loading Spinner customization requires enabling Custom CSS and Custom JS, which are available with a subscription. As per my knowledge.