Docs: Clarify plugin frontend sandbox (#95501)

Add missing message for sandbox docs
pull/95510/head
Esteban Beltran 1 year ago committed by GitHub
parent 865be67dd1
commit 7b5c84f366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/administration/plugin-management/index.md

@ -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
- 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
The Frontend Sandbox feature is currently behind the `pluginsFrontendSandbox` feature flag. To enable it, you'll need to:

Loading…
Cancel
Save