Image Upload
Use a upload_image
within a form
to allow for uploading images.
- Usage
- Props
Required properties
name: "{{ variable }}" | "string",
label: "Fixed text" | "{{ variable.label }}",
multiple: true | false,
instructions: "Fixed text" | "{{ variable.instructions }}",
Optional properties
required: true | false,
verticalPadding: true | false,