...
Code Block |
---|
(800)FLOWERS |
Textarea widget
JSON Form Schema Settings | |
|
|
| Value must be > |
...
By default, a file upload widget will be rendered like this in the form:
...
See Quasar: https://quasar.dev/vue-components/file-picker/
Form Schema Settings | |
---|---|
|
|
| The name of the file. |
| The length of the file. |
| The content type of the file. |
| The encoding of the content field. One of:
|
| The content of the file. Can be base64 encoded binary data (embedded in the JSON) or a reference to some URI where the content can be downloaded from. |
...
Code Block | ||
---|---|---|
| ||
{ "title": "...", "description": "...", "schema": "...", "output": "...", "layout": { "items": [ { "field": "myFile", "render": "filepicker" } ] } } |
...
See Quasar: https://quasar.dev/vue-components/file-picker/
Preview Widget
If you set "render": "pdfviewer"
PDF previewer will be embedded into the form.
...