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

Any way to disable the add and tune buttons? #1426

Open
Slayking opened this issue Nov 16, 2020 · 9 comments
Open

Any way to disable the add and tune buttons? #1426

Slayking opened this issue Nov 16, 2020 · 9 comments

Comments

@Slayking
Copy link

Hi, I'm wondering if there's anyway to disable the add and tune buttons.

It's not really necessary for what I am building and they are cluttering the already small text box. I really only want to use the inline tool bar. There's not too many resources for this editor so I thought I'd ask here.

Thanks :D

@ryandunnewold
Copy link

@Slayking I am disabling it with CSS. It's not ideal, but it works:

.ce-toolbar {
  display: none !important;
}

@Slayking
Copy link
Author

Works for now, not ideal yeah, unfortunate there's no existing config, hope the devs add it in the future. I was initially trying to disable it with js by deleting the element but that didn't work.

@milu2003
Copy link

i need it too

@lofcz
Copy link

lofcz commented Nov 28, 2021

I second this request @neSpecc would you please take a look at this?

@aakay
Copy link

aakay commented Oct 14, 2022

yes, please consider adding this feature. We sometimes need blocks which should be pinned atop and never touched.

@neSpecc neSpecc removed the feature label Jan 28, 2023
@neSpecc neSpecc removed the viewed label Feb 16, 2023
@CodeLearningSlayer
Copy link

Is there still no solution?

@brian7989
Copy link

Any solution?

@nicoschuck
Copy link

yes, please consider adding this feature. We sometimes need blocks which should be pinned atop and never touched.

I agree. This feature would be very helpful!

@m-burger
Copy link

Hello, still no news about this request ?

We also could use this feature as some blocks shouldn't be able to use tools in some use cases.

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

10 participants