Commit e95bcc4b by Emil Tullstedt Committed by GitHub

Config: add meta feature toggle (#21786)

parent b3bcbccc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment