Custom File Picker
Main concepts
contentDialog: {
filePicker: {
handler: function(resolve, reject, args) {
// Your function
}
},
...
}
{
"X-BEE-UserName": "string", // e.g. image, all
"X-BEE-Uid": "string", // e.g. the current user's id
"X-BEE-Mimetypes": "string", // e.g. "*" -Or- "image/*"
}
Returned value syntax
A basic example
List of modules
Last updated
Was this helpful?

