--- title: li-manual-document-status --- ## Supported Features | Feature | Supported | | ------- | :-------: | | 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 ```js ``` ## Content Type Config ```js { 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' })) } } // ... ] } ```