[v10.1.x] Whitelabeling: Add a config option to hide the Grafana edition from the footer (#73491)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user