Form are based on LiForm format.
__notify_email
Name your field with this keyword in order to send email to user when upload has been processed.
{
"properties": {
"__notify_email": {
"title": "Notify me when done!",
"type": "boolean"
}
}
}
Uploader can define custom form data for a specific client. In the Bulk data section of the upload (you must be an admin), you can edit the data JSON that will be applied to every assets:
{
"my-key": "my-value",
"key2": 1.5,
"key-array": [
"item1",
"item2"
],
"key-object": {
"foo": "bar"
}
}