li-retresco

Supported Features

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

Content Type Config

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