Skip to content

Commit

Permalink
SVY-19825 Multifileupload throws error after updating to 2024.12 RC -
Browse files Browse the repository at this point in the history
update
  • Loading branch information
cPecican committed Dec 11, 2024
1 parent f2d4dd1 commit b398bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multifileupload/multifileupload.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"localeStrings": { "type": "map", "tags": { "doc": "Any number of key/value pairs to translate single strings in the component, overriding the ones provided by the language pack selected." } },
"size": { "type": "dimension", "default": { "width": 290, "height": 450 } },
"responsiveWidth": { "type": "string", "default": "290", "tags": { "scope" : "design", "doc": "Width to be set in a responsive form. Can be a number (in pixels) or a percent." } },
"responsiveHeight": { "type": "int", "default": 450, "tags": { "scope" : "design", "doc": "Height (in pixels) to be set in a responsive form.} },
"responsiveHeight": { "type": "int", "default": 450, "tags": { "scope" : "design", "doc": "Height (in pixels) to be set in a responsive form."} },
"options": { "type": "map" },
"tusOptions": { "type": "map", "tags": { "scope" : "design" , "doc":"Look at the Uppy TUS options what you can set here like chunkSize: nrOfBytes"} },
"webcamOptions": { "type": "json", "default" : { "target" : "Dashboard", "showVideoSourceDropdown": true } ,"tags": { "scope" : "design" , "doc":"Look at the Uppy webcam plugin options what you can set here like showVideoSourceDropdown"} }
Expand Down

0 comments on commit b398bf6

Please sign in to comment.