Supported Features
| Document | ✗ |
| Media | ✔ |
| Include | ✗ |
| Document Creation Flow | ✗ |
| Push Message | ✗ |
| Table Dashboard | ✗ |
| Display Filter | ✗ |
| Search Indexing | ✗ |
| System Metadata | ✗ |
| Webhook Conditions | ✗ |
Description
Define Named Crops on a Media Library Image.
Default UI
Crop managementStorage Format
{
crops: [
{
name: <String>,
x: <Integer>,
y: <Integer>,
width: <Integer>,
height: <Integer>,
isAutomatic: <Boolean>
}
],
focalPoint: {
x: <Integer>,
y: <Integer>
}
}
Content Type Config
{
handle: 'myContentType',
// ...
metadata: [
{
handle: 'myHandle'
type: 'li-named-crops'
}
// ...
]
}