react-email-editor icon indicating copy to clipboard operation
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

Open ekta-TRC23 opened this issue 2 years ago • 1 comments

ekta-TRC23 avatar Apr 10 '24 07:04 ekta-TRC23

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

In this way, you can disable the default tools

arun-targetbay avatar Apr 15 '24 16:04 arun-targetbay