-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Prevent plugins from using core/
namespace
#333
Comments
There are a couple ways to do it. I think allowing it is fine though. One option is in |
Maybe reopen #336. A registry, if I'm understanding what you meant @BE-Webdesign, would allow for the namespaces to be enforced instead of being bypassable by accessing the global variable directly. A method could be added like |
TimothyBJacobs: That could be another application of changes made by #336. But it is not totally necessary at this point to implement something like that. |
Going to close this for now as there's no trivial implementation and it's low priority. |
How can we prevent plugins from using the
core/
namespace, as incore/my-block-name
, while still allowing blocks to be registered this way by the editor itself?The text was updated successfully, but these errors were encountered: