li-manual-document-status

Supported Features

Document
Media
Include
Document Creation Flow
Push Message
Usage Log
Table Dashboard
Display Filter
Search Indexing
System Metadata
Planning System
Webhook Conditions

Default UI

Manage manual document statuses

Storage Format

<String>

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