We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<EmailEditor ref={emailEditorRef} onReady={onReady} onLoad={onLoad} style={{ height: "calc(100vh - 56px)", minHeight: "500px", }} options={{ version: "latest", id: "editor", displayMode: "email", appearance: { theme: "light", panels: { tools: { dock: "left", }, }, }, features: { imageEditor: { enabled: true, }, }, tools: { image: { enabled: true, }, }, }} />
im unable to open the my custom image library when using these listeners
const onLoad: EmailEditorProps["onLoad"] = (unlayer: any) => { unlayer.registerCallback("selectImage", (data: any, done: any) => { setIsModalOpen(true); }); };
and version is [email protected]
can you resolve this
The text was updated successfully, but these errors were encountered:
Unlayer has moved this feature to paid plan in latest version Check this temporary workaround. #435 (comment)
Sorry, something went wrong.
No branches or pull requests
<EmailEditor
ref={emailEditorRef}
onReady={onReady}
onLoad={onLoad}
style={{
height: "calc(100vh - 56px)",
minHeight: "500px",
}}
options={{
version: "latest",
id: "editor",
displayMode: "email",
appearance: {
theme: "light",
panels: {
tools: {
dock: "left",
},
},
},
features: {
imageEditor: {
enabled: true,
},
},
tools: {
image: {
enabled: true,
},
},
}}
/>
im unable to open the my custom image library when using these listeners
const onLoad: EmailEditorProps["onLoad"] = (unlayer: any) => {
unlayer.registerCallback("selectImage", (data: any, done: any) => {
setIsModalOpen(true);
});
};
and version is [email protected]
can you resolve this
The text was updated successfully, but these errors were encountered: