mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Clarify plugin frontend sandbox (#95501)
Add missing message for sandbox docs
This commit is contained in:
parent
865be67dd1
commit
7b5c84f366
@ -238,6 +238,8 @@ When enabled, plugins run in a separate JavaScript context, which provides sever
|
|||||||
- Protects core Grafana features from being altered by plugins
|
- Protects core Grafana features from being altered by plugins
|
||||||
- Prevents plugins from modifying global browser objects and behaviors
|
- Prevents plugins from modifying global browser objects and behaviors
|
||||||
|
|
||||||
|
Plugins running inside the Frontend Sandbox should continue to work normally without any noticeable changes in their intended functionality.
|
||||||
|
|
||||||
### Enable Frontend Sandbox
|
### Enable Frontend Sandbox
|
||||||
|
|
||||||
The Frontend Sandbox feature is currently behind the `pluginsFrontendSandbox` feature flag. To enable it, you'll need to:
|
The Frontend Sandbox feature is currently behind the `pluginsFrontendSandbox` feature flag. To enable it, you'll need to:
|
||||||
|
Loading…
Reference in New Issue
Block a user