[v10.1.x] Whitelabeling: Add a config option to hide the Grafana edition from the footer (#73491)

This commit is contained in:
grafana-delivery-bot[bot]
2023-08-21 10:50:43 +01:00
committed by GitHub
parent 1706797e78
commit 663bfe762a
5 changed files with 17 additions and 10 deletions
+1
View File
@@ -112,6 +112,7 @@ type FrontendSettingsWhitelabelingDTO struct {
LoginSubtitle *string `json:"loginSubtitle,omitempty"`
LoginBoxBackground *string `json:"loginBoxBackground,omitempty"`
LoadingLogo *string `json:"loadingLogo,omitempty"`
HideEdition *bool `json:"hideEdition,omitempty"`
PublicDashboardFooter *FrontendSettingsPublicDashboardFooterConfigDTO `json:"publicDashboardFooter,omitempty"` // PR TODO: type this properly
}