--- title: li-image --- ## 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 UI to select, upload, delete, and crop an image ## Storage Format ```js { originalUrl: , url: , mediaId: , height: , width: , mimeType: , imageService: , crops: [ ], focalPoint: { x: , y: } } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-image' } // ... ] } ```