FeatureToggles: Add multiPropsVariables (#115020)
This commit is contained in:
@@ -1224,4 +1224,8 @@ export interface FeatureToggles {
|
||||
* @default false
|
||||
*/
|
||||
useMTPlugins?: boolean;
|
||||
/**
|
||||
* Enables support for variables whose values can have multiple properties
|
||||
*/
|
||||
multiPropsVariables?: boolean;
|
||||
}
|
||||
|
||||
@@ -2022,6 +2022,13 @@ var (
|
||||
FrontendOnly: true,
|
||||
Expression: "false",
|
||||
},
|
||||
{
|
||||
Name: "multiPropsVariables",
|
||||
Description: "Enables support for variables whose values can have multiple properties",
|
||||
Stage: FeatureStageExperimental,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Generated
+1
@@ -274,3 +274,4 @@ lokiQueryLimitsContext,experimental,@grafana/observability-logs,false,false,true
|
||||
rudderstackUpgrade,experimental,@grafana/grafana-frontend-platform,false,false,true
|
||||
kubernetesAlertingHistorian,experimental,@grafana/alerting-squad,false,true,false
|
||||
useMTPlugins,experimental,@grafana/plugins-platform-backend,false,false,true
|
||||
multiPropsVariables,experimental,@grafana/dashboards-squad,false,false,true
|
||||
|
||||
|
+13
@@ -2272,6 +2272,19 @@
|
||||
"codeowner": "@grafana/alerting-squad"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "multiPropsVariables",
|
||||
"resourceVersion": "1765293230587",
|
||||
"creationTimestamp": "2025-12-09T15:13:50Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables support for variables whose values can have multiple properties",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/dashboards-squad",
|
||||
"frontend": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "multiTenantTempCredentials",
|
||||
|
||||
Reference in New Issue
Block a user