1.1 KiB
1.1 KiB
title | label |
---|---|
image | Image |
The image widget allows editors to upload an image or select an existing one from the media library. The path to the image file will be saved to the field as a string.
-
Name:
image
-
UI: file picker button opens media gallery allowing image files (jpg, jpeg, webp, gif, png, bmp, tiff, svg) only; displays selected image thumbnail
-
Data type: file path string
-
Options:
-
default
: accepts a file path string; defaults to null -
media_library
: settings to apply when opening a media library is opened by the current widgetallow_multiple
: (default:true
) when set tofalse
, if the media library extension supports it, multiple selection will be disabledconfig
: a configuration object passed directly to the media library; check the documentation of your media library extension for availableconfig
options.
-
-
Example:
- label: "Featured Image" name: "thumbnail" widget: "image" default: "/uploads/chocolate-dogecoin.jpg" media_library: config: multiple: true