Skip to content

Commit c148d81

Browse files
authored
feat(webhosting): add available languages in control panel (#2131)
1 parent da370d0 commit c148d81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/webhosting/v1alpha1/webhosting_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,9 @@ type ControlPanel struct {
509509

510510
// LogoURL: URL of this control panel's logo.
511511
LogoURL string `json:"logo_url"`
512+
513+
// AvailableLanguages: list of available languages for the control panel.
514+
AvailableLanguages []std.LanguageCode `json:"available_languages"`
512515
}
513516

514517
// Hosting: hosting.

0 commit comments

Comments
 (0)