From 54f444f305f8d690baf3a91f95a247371afb0402 Mon Sep 17 00:00:00 2001 From: Jessica Chowdhury Date: Tue, 19 Aug 2025 13:33:23 +0100 Subject: [PATCH] chore: updates docs to add experimental.allLocaleStatus --- docs/configuration/localization.mdx | 7 ++++--- docs/experimental/overview.mdx | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/configuration/localization.mdx b/docs/configuration/localization.mdx index 8a01635958..52f741bc23 100644 --- a/docs/configuration/localization.mdx +++ b/docs/configuration/localization.mdx @@ -150,9 +150,10 @@ export default buildConfig({ The following experimental options are available related to localization: -| Option | Description | -| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| **`localizeStatus`** | **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`. | +| Option | Description | +| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| **`localizeStatus`** | **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`. | +| **`allLocaleStatus`** | **Boolean.** When `true`, adds an `_allLocaleStatus` field that stores the status of each locale. In list views, this field is rendered as a custom cell with colored status pills. Defaults to `false`. | ## Field Localization diff --git a/docs/experimental/overview.mdx b/docs/experimental/overview.mdx index ec423ce335..55377df3bd 100644 --- a/docs/experimental/overview.mdx +++ b/docs/experimental/overview.mdx @@ -27,9 +27,10 @@ const config = buildConfig({ The following options are available: -| Option | Description | -| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| **`localizeStatus`** | **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`. | +| Option | Description | +| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| **`localizeStatus`** | **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`. | +| **`allLocaleStatus`** | **Boolean.** When `true`, adds an `_allLocaleStatus` field that stores the status of each locale. In list views, this field is rendered as a custom cell with colored status pills. Defaults to `false`. | This list may change without notice.