unlayer / react-email-editor

Drag-n-Drop Email Editor Component for React.js

Home Page:https://unlayer.com/embed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ekta-TRC23 opened this issue · comments

const toolOptions = {
    html: {
      enabled: false
    },
  menu: {
      enabled: false
    }
  };
unlayer.init({
  tools: toolOptions
});

In this way, you can disable the default tools