-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
There should be some way to globally disable the magic block feature #6774
Comments
I'm considering moving it to Alternatively/Optionally, we could introduce something like optional dependencies. You would be able to use I feel that using OTOH, if |
As for extending the
I like this feature composition concept so maybe this is the right thing to do. |
Cases to address:
|
TODO: We need to write a feature guide or a deep dive guide in the framework section in which we'll:
|
Use case from the client (support ticket no. 63880) - they want to block the behavior completely because they only want to allow typing inside widgets which makes perfect sense if they have one big widget inside editor a content area. |
Feature (widget): Made it possible to disable the `WidgetTypeAround` plugin on the fly. Closes #6774.
ATM it's a dependency of
Widget
so evenconfig.removePlugins
won't work and some integrators may want to get rid of it (for whatever the reason).When we implement the keyboard support, then using CSS to get rid of it won't be an option because the feature will change the behavior of the selection.
The text was updated successfully, but these errors were encountered: