You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`locales`**| Array of all the languages that you would like to support. [More details](#locales)|
84
-
|**`defaultLocale`**| Required string that matches one of the locale codes from the array provided. By default, if no locale is specified, documents will be returned in this locale. |
85
-
|**`enableStatusLocalization`**|**Boolean.** When `true`, shows document status per locale in the admin panel instead of always showing the latest overall status. Opt-in for backwards compatibility. Defaults to `false`. |
86
-
|**`fallback`**| Boolean enabling "fallback" locale functionality. If a document is requested in a locale, but a field does not have a localized value corresponding to the requested locale, then if this property is enabled, the document will automatically fall back to the fallback locale value. If this property is not enabled, the value will not be populated unless a fallback is explicitly provided in the request. True by default. |
87
-
|**`filterAvailableLocales`**| A function that is called with the array of `locales` and the `req`, it should return locales to show in admin UI selector. [See more](#filter-available-options). |
|**`locales`**| Array of all the languages that you would like to support. [More details](#locales)|
84
+
|**`defaultLocale`**| Required string that matches one of the locale codes from the array provided. By default, if no locale is specified, documents will be returned in this locale. |
85
+
|**`disableStatusLocalization`**| Boolean. When `true`, the admin panel will show the latest overall document status instead of showing the status per locale. Defaults to `false`. @depreciated This is a backward compatibility option and will be removed in 4.0.|
86
+
|**`fallback`**| Boolean enabling "fallback" locale functionality. If a document is requested in a locale, but a field does not have a localized value corresponding to the requested locale, then if this property is enabled, the document will automatically fall back to the fallback locale value. If this property is not enabled, the value will not be populated unless a fallback is explicitly provided in the request. True by default. |
87
+
|**`filterAvailableLocales`**| A function that is called with the array of `locales` and the `req`, it should return locales to show in admin UI selector. [See more](#filter-available-options). |
0 commit comments