Interface LangFallbackParam

Hierarchy

  • LangFallbackParam

Properties

Properties

lang_fallback?: "none" | "default" | "any"

What should be returned if there is no translation for given language

  • none (default value) - do not return content if there is no translation in wanted language
  • default - return content in default language
  • any - return any existing translation

Generated using TypeDoc