--- title: li-category description: "Single category selection." --- ## 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 Select input, with category tree view and search ## Storage Format ```js { id: , path: } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle', type: 'li-category', config: { index: true // optional, default: false. Added in release-2023-07 } } // ... ] } ```