String FilePond

Renders a file upload widget using FilePond.

Activation Conditions

  • "type": "string"
  • "x-format": "filepond"
  • FilePond must be available (window.FilePond)
  • Plugin: FilePond

Plugin Options

Options can be passed to the plugin via "x-filepond" keyword

Example

{
  "title": "FilePond",
  "type": "string",
  "description": "FilePond is a flexible and fun JavaScript file upload library.",
  "x-format": "filepond",
  "x-filepond": {
    "allowMultiple": false
  }
}