diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 37b01669165..ba68086a0af 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -430,11 +430,10 @@ var ( Owner: grafanaObservabilityLogsSquad, }, { - Name: "pluginsFrontendSandbox", - Description: "Enables the plugins frontend sandbox", - Stage: FeatureStageExperimental, - FrontendOnly: true, - Owner: grafanaPluginsPlatformSquad, + Name: "pluginsFrontendSandbox", + Description: "Enables the plugins frontend sandbox", + Stage: FeatureStageExperimental, + Owner: grafanaPluginsPlatformSquad, }, { Name: "frontendSandboxMonitorOnly", diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index f2aa25e774b..27dc4bcdf2a 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -56,7 +56,7 @@ faroDatasourceSelector,preview,@grafana/app-o11y,false,false,true enableDatagridEditing,preview,@grafana/dataviz-squad,false,false,true extraThemes,experimental,@grafana/grafana-frontend-platform,false,false,true lokiPredefinedOperations,experimental,@grafana/observability-logs,false,false,true -pluginsFrontendSandbox,experimental,@grafana/plugins-platform-backend,false,false,true +pluginsFrontendSandbox,experimental,@grafana/plugins-platform-backend,false,false,false frontendSandboxMonitorOnly,experimental,@grafana/plugins-platform-backend,false,false,true pluginsDetailsRightPanel,experimental,@grafana/plugins-platform-backend,false,false,true sqlDatasourceDatabaseSelection,preview,@grafana/dataviz-squad,false,false,true diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 73bb3d77ea9..fbd7b6e335a 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -2353,14 +2353,16 @@ { "metadata": { "name": "pluginsFrontendSandbox", - "resourceVersion": "1718727528075", - "creationTimestamp": "2023-06-05T08:51:36Z" + "resourceVersion": "1728388793917", + "creationTimestamp": "2023-06-05T08:51:36Z", + "annotations": { + "grafana.app/updatedTimestamp": "2024-10-08 11:59:53.917243 +0000 UTC" + } }, "spec": { "description": "Enables the plugins frontend sandbox", "stage": "experimental", - "codeowner": "@grafana/plugins-platform-backend", - "frontend": true + "codeowner": "@grafana/plugins-platform-backend" } }, {