Supported Features
Document | ✔ |
Media | ✗ |
Include | ✗ |
Document Creation Flow | ✗ |
Push Message | ✗ |
Table Dashboard | ✗ |
Display Filter | ✔ |
Search Indexing | ✔ |
System Metadata | ✗ |
Webhook Conditions | ✗ |
Default UI
Manage tags, add new tag suggestions
{
contentVersion: <String>,
concepts: [
{
weight: <Number>,
title: <String>,
slug: <String>,
type: <String>,
uuid: <String>,
inappropriate: <Boolean>,
userAdded: <Boolean>
}
]
}
Content Type Config
{
handle: 'myContentType',
// ...
metadata: [
{
handle: 'myHandle'
type: 'li-imatrics-nlp-tags',
config: {
// common
required: {type: 'boolean', default: false},
requiredErrorMessage: 'string',
hideFromForm: {type: 'boolean', default: false},
// specific
ignoredConceptTypes: ms.arrayOf(ms.string())
}
}
// ...
]
}