uploadCare
Usage
Notes:
// Example
{
"globals": {
"UPLOADCARE_CLEARABLE": true,
"UPLOADCARE_LOCALE_TRANSLATIONS": {
"buttons": {
"choose": {
"files": {
"other": "Add Files"
}
}
}
}
},
"model": "newFiles",
"onUploadComplete_actions": [{
"action": "runUtilityHook",
"options": {
"type": "add"
}
}],
"options": {
"crop": true,
"multiple": true,
"publicKey": "922fff6657dc1ae880be"
},
"styleClasses": "col-md-2",
"type": "uploadcare"
}Last updated
Was this helpful?