type

LocalizationSettings

type LocalizationSettings struct { Locales []Locale `json:"locales"` DefaultLocale LocaleCode `json:"defaultLocale"` Fallback bool `json:"fallback"` }

Deterministic content-locale configuration.

Source schema/manifest.go:139

Locales[]Locale
The Locales value.
DefaultLocaleLocaleCode
The DefaultLocale value.
Fallbackbool
The Fallback value.

LocaleCodes returns locale identities in authoring order. Executable per-request availability rules remain in Go and are not serialized.

Methods