Next.js Discord

Discord Forum

NextCloudinary, upload just one image instead of multiple

Unanswered
Asiatic Lion posted this in #help-forum
Open in Discord
Original message was deleted.

10 Replies

Original message was deleted
Check if the options parameter allows you to change the properties
If options parameter exists it might have "multiple" inside. Which is a boolean.
And yes multiple is true by default
Original message was deleted
The props?
Original message was deleted
No no, the options prop
Pass options: { multiple: false } to CldUploadWidget
You'll have to check the source code then ig
Cause that options prop clearly is the only way to pass "multiple"