li-category

Supported Features

Document
Media
Include
Document Creation Flow
Push Message
Table Dashboard
Display Filter
Search Indexing
System Metadata
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
      }
    }
    // ...
  ]
}