--- title: li-named-crops description: "Define Named Crops on a Media Library 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 | ✗ | ## Description Define Named Crops on a Media Library Image. ## Default UI Crop management ## Storage Format ```js { crops: [ { name: , x: , y: , width: , height: , isAutomatic: } ], focalPoint: { x: , y: } } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-named-crops' } // ... ] } ```