li-metadata-translations

Supported Features

Document✔
Media✔
Include✗
Document Creation Flow✗
Push Message✗
Usage Log✗
Table Dashboard✗
Display Filter✗
Search Indexing✔
System Metadata✗
Planning System✗
Webhook Conditions✗

Description

When adding li-metadata-translations, it allows a user to translate metadata into different languages. Metadata translations are supported for the Media Library and Data Records.

Default UI

Built-in language selection UI

A Title field on the EN language tab reading Title EN, with the German value shown beneath it for comparison

Storage Format

{
  locale: <String>,
  label: <String>
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle'
      type: 'li-metadata-translations',
      config: {
        index: true                      // optional, default: false
      }
    }
    // ...
  ]
}