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 managementStorage 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'
}
// ...
]
}