{
  "type": "image_picker",
  "id": "logo",
  "label": "Logo",
  "info": "Upload your store logo"
}
The image picker input type allows users to select an image from the media library or upload a new one.

Properties

type
string
required
Must be set to “image_picker”.
id
string
required
Unique identifier for the setting.
label
string
required
The label shown in the theme editor.
info
string
Additional information shown below the image picker.
kiwi_extra
object
Additional properties for the image picker. Currently supported:
  • hidden: Boolean value, indicates whether this setting should be displayed in Theme Editor’s configuration bar
  • validations: Apply validations to this setting before saving. Currently supported:
    • required: Boolean value. If true, an image must be selected to be valid