Image

An image uploader / image URL field. Produces URL string.

The following attributes are allowed for an image field:

Maximum file size is 32Mb

Example

{
  "key": "square_image",
  "type": "image",
  "localisable": "true",
  "aspect_ratio": [1, 1],
  "width": [20, 1000],
  "height": [20, 1000],
  "file_size": 2048
}