li-metadata-translations

Supported Features

Document
Media
Include
Document Creation Flow
Push Message
Table Dashboard
Display Filter
Search Indexing
System Metadata
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

image

Storage Format

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

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle'
      type: 'li-metadata-translations',
      config: {
        index: true                      // optional, default: false. Added in: release-2023-07
      },
      ui: {
        service: 'languageSelection'
      }
    }
    // ...
  ]
}