Image

This field lets you upload, select, and delete images You can upload an image by dragging and dropping it into the field, or select an image from your Media Manager.

This field will return a URL string of the image.

Image Field
{
  component: 'image',
  name: 'imageName',
  label: 'Image Field',
  description: 'An image input'
}

Key

Type

Required

Description

component

string

yes

The name of the field component. (image)

name

string

yes

The name of the field that will be accessible by the cms prop of the component.

label

string

no

A human-readable label for the field.

description

string

no

A short description of the setting scope

Additional Documentation

Last updated