mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
Config: add meta feature toggle (#21786)
This commit is contained in:
parent
b3bcbcccce
commit
e95bcc4ba2
@ -17,6 +17,7 @@ interface FeatureToggles {
|
||||
inspect: boolean;
|
||||
expressions: boolean;
|
||||
newEdit: boolean;
|
||||
meta: boolean;
|
||||
}
|
||||
|
||||
interface LicenseInfo {
|
||||
@ -63,6 +64,7 @@ export class GrafanaBootConfig {
|
||||
inspect: false,
|
||||
expressions: false,
|
||||
newEdit: false,
|
||||
meta: false,
|
||||
};
|
||||
licenseInfo: LicenseInfo = {} as LicenseInfo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user