react-email-editor
react-email-editor copied to clipboard
how can disable a card like "HTML" and "menu" if we don't need it. IS there any option to disable cards
const toolOptions = {
html: {
enabled: false
},
menu: {
enabled: false
}
};
unlayer.init({
tools: toolOptions
});
In this way, you can disable the default tools