You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a React implementation of the Unlayer library and a Premium plan and the Editor is still displaying the Unlayer branding:
The options that we're passing also seem to be not working. For instance, we would like to display the Dark theme, but it's still showing up as light mode. The projectId we're passing doesn't seem to be considered, as well as the options attribute.
We have a React implementation of the Unlayer library and a Premium plan and the Editor is still displaying the Unlayer branding:
The options that we're passing also seem to be not working. For instance, we would like to display the Dark theme, but it's still showing up as light mode. The projectId we're passing doesn't seem to be considered, as well as the options attribute.
<EmailEditor ref={titlePageEditorRef} onLoad={onLoadTitlePage} onReady={onReady} projectId={XXXXXX} options={{ version: 'latest', appearance: { theme: 'modern_dark' }, }} />
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: