Supported Features
| Document | ✔ |
| Media | ✗ |
| Include | ✗ |
| Document Creation Flow | ✗ |
| Push Message | ✗ |
| Table Dashboard | ✗ |
| Display Filter | ✗ |
| Search Indexing | ✔ |
| System Metadata | ✗ |
| Webhook Conditions | ✗ |
Description
When adding li-language, it allows a user to translate articles and pages into different languages. Additionally you need to enable translationWorkflow and requiredOnCreation.
Data Records also support translations, but need to add the metadata plugin li-metadata-translations.
Default UI
NoneStorage Format
{
locale: <String>,
label: <String>, // deprecated, will be removed in release-2024-01
groupId: <String>
}
Content Type Config
{
handle: 'myContentType',
// ...
metadata: [
{
handle: 'myHandle',
type: 'li-language',
config: {
index: true // optional, default: false. Added in: release-2023-07
}
}
// ...
]
}