unlayer / react-email-editor

Drag-n-Drop Email Editor Component for React.js
https://unlayer.com/embed
MIT License
4.51k stars 728 forks source link

how can disable a card like "HTML" and "menu" if we don't need it. IS there any option to disable cards #394

Open ekta-TRC23 opened 4 months ago

arun-targetbay commented 4 months ago
const toolOptions = {
    html: {
      enabled: false
    },
  menu: {
      enabled: false
    }
  };
unlayer.init({
  tools: toolOptions
});

In this way, you can disable the default tools