1.0 KiB
1.0 KiB
label | title |
---|---|
File | file |
The file widget allows editors to upload a file or select an existing one from the media library. The path to the file will be saved to the field as a string.
- Name:
file
- UI: file picker button opens media gallery
- Data type: file path string
- Options:
default
: accepts a file path string; defaults to nullmedia_library
: media library settings to apply when a media library is opened by the current widgetallow_multiple
: (default:true
) when set tofalse
, prevents multiple selection for any media library extension, but must be supported by the extension in useconfig
: a configuration object that will be passed directly to the media library being used - available options are determined by the library
- Example:
- label: "Manual PDF" name: "manual_pdf" widget: "file" default: "/uploads/general-manual.pdf" media_library: config: multiple: true