Skip to content
New issue

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

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 this issue Apr 10, 2024 · 1 comment

Comments

@ekta-TRC23
Copy link

No description provided.

@arun-targetbay
Copy link

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

In this way, you can disable the default tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants