chore: update localizeStatus option verbiage in docs

This commit is contained in:
Jessica Chowdhury
2025-08-14 17:38:38 +01:00
parent 51f1c9903d
commit b5ea2119d6
2 changed files with 7 additions and 7 deletions

View File

@@ -143,16 +143,16 @@ import { buildConfig } from 'payload'
export default buildConfig({
// ...
experimental: {
statusLocalization: true, // enable experimental status localization
localizeStatus: true,
},
})
```
The following experimental options are available related to localization:
| Option | Description |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`statusLocalization`** | **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`. |
## Field Localization

View File

@@ -27,9 +27,9 @@ const config = buildConfig({
The following options are available:
| Option | Description |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`statusLocalization`** | **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`. |
This list may change without notice.