li-category

Supported Features

Document
Media
Table Dashboard
Include
Display Filter
Search Indexing
System Metadata

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