Skip to content

Commit

Permalink
feat(webhosting): add available languages in control panel (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Jul 5, 2024
1 parent da370d0 commit c148d81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/webhosting/v1alpha1/webhosting_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ type ControlPanel struct {

// LogoURL: URL of this control panel's logo.
LogoURL string `json:"logo_url"`

// AvailableLanguages: list of available languages for the control panel.
AvailableLanguages []std.LanguageCode `json:"available_languages"`
}

// Hosting: hosting.
Expand Down

0 comments on commit c148d81

Please sign in to comment.