li-category

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

Select input, with category tree view and search

Storage Format

{
  id: <String>,
  path: <String>
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle',
      type: 'li-category',
      config: {
        index: true         // optional, default: false. Added in: release-2023-07
      }
    }
    // ...
  ]
}