Plugins: Remove pluginsCDNSyncLoader feature toggle (#108389)

* remove pluginsCDNSyncLoader feature toggle

* fix lint issues

* fix other linter issue
This commit is contained in:
Will Browne
2025-07-22 09:33:23 +01:00
committed by GitHub
parent 56f6030c5e
commit 7f065c94de
8 changed files with 11 additions and 29 deletions
@@ -847,10 +847,6 @@ export interface FeatureToggles {
*/
grafanaconThemes?: boolean;
/**
* Loads plugins from CDN synchronously
*/
pluginsCDNSyncLoader?: boolean;
/**
* Enables the new Jira integration for contact points in cloud alert managers.
*/
alertingJiraIntegration?: boolean;