Skip to content

image

Custom field type

All field types

A reference to an Image chosen by an editor.

Written as
"Type": "image"
Valid on
Template fields, Datastore schema, and custom site settings
Stores
{{ image }} — the Liquid object a template reads from this field.
List form
imagelist — stores an array and accepts the same filters. It has no page of its own.
Validators
This type carries no validators.
Default value
The name of an Image, or Type:Name for a polymorphic reference.

Picker filters

Constrain which objects the editor offers. Every picker also accepts Exclude.

  • HasUrl
  • IncludeInSearch
  • SiteDomainGUID
  • TemplateGUID
  • FolderGUID
  • TagGUID
  • AuthorGUID

Notes

A single picker carries no validators. Its imagelist variant does, and accepts minitems and maxitems to bound how many objects an editor may choose.