li-image

Supported Features

Document
Media
Table Dashboard
Include
Display Filter
Search Indexing
System Metadata

Default UI

UI to select, upload, delete, and crop an image

Storage Format

{
  originalUrl: <String>,
  url: <String>,
  mediaId: <String>,
  height: <Integer>,
  width: <Integer>,
  mimeType: <String>,
  imageService: <String>,
  crops: [
    <Object>
  ],
  focalPoint: {
    x: <Integer>,
    y: <Integer>
  }
}

Content Type Config

{
  handle: 'myContentType',
  // ...
  metadata: [
    {
      handle: 'myHandle'
      type: 'li-image'
    }
    // ...
  ]
}