Supported Features
Document | ✔ |
Media | ✗ |
Include | ✗ |
Document Creation Flow | ✗ |
Push Message | ✗ |
Table Dashboard | ✗ |
Display Filter | ✔ |
Search Indexing | ✔ |
System Metadata | ✔ |
Webhook Conditions | ✗ |
Default UI
Manage manual document statuses
Content Type Config
{
handle: 'myContentType',
// ...
metadata: [
{
handle: 'myHandle'
type: 'li-manual-document-status',
config: {
placeholder: ms.$ref('LivingdocsTranslatableString'),
statuses: ms.arrayOf(ms.strictObj({
value: 'string',
label: ms.required.$ref('LivingdocsTranslatableString'),
color: 'string'
}))
}
}
// ...
]
}