li-retresco

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

Please see the Retresco integration guide for details on how to setup the integration.

Default UI

Retresco tag management

Storage Format

{
  contentVersion: <String>,
  entities: [
    {
      id: <String>,
      type: <String>,
      name: <String>,
      score: <Number>,
      inappropriate: <Boolean>,
      userAdded: <Boolean>,
      isMain: <Boolean> // Added in: release-2024-09
    }
  ]
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle'
      type: 'li-retresco'
    }
    // ...
  ]
}