mirror of
https://github.com/grafana/grafana.git
synced 2025-01-21 05:53:42 -06:00
Update angular-plugins.md (#83635)
* Update angular-plugins.md Removes advice which only worked in `dev` instances. * Update angular-plugins.md Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> --------- Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com>
This commit is contained in:
parent
a76e21c837
commit
10721bfcd9
@ -48,7 +48,7 @@ Additionally, warning icons and messages will be displayed when browsing the cat
|
||||
|
||||
## Automatic migration of plugins
|
||||
|
||||
Certain legacy Grafana panel plugins automatically update to their React-based replacements when Angular support is disabled. This migration is usually available within the panel options, as shown in the screenshot below for World Map. Automatic migration can also be tested by appending `&__feature.autoMigrateOldPanels=true` to the dashboard URL in your browser.
|
||||
Certain legacy Grafana panel plugins automatically update to their React-based replacements when Angular support is disabled. This migration is usually available within the panel options, as shown in the screenshot below for World Map. Automatic migration can be triggered by setting the feature toggle `autoMigrateOldPanels` to `true`.
|
||||
|
||||
Automatic migration is supported for the plugins shown in the following table. Each of the target plugins are included in Grafana as Core plugins which don't require installation.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user