-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
Is there any possibility to upload multiple videos at once in a sanity array field? Currently the array with mux.video is an object and can take a single video at a time.
Also noticed a bug when you add an entry in the array, close the modal, move on to upload the next video as an other array entry, the first video transfer is canceled.
Some context:
{
name: 'videos',
type: 'array',
of: [
{
name: 'video',
type: 'mux.video',
},
],
}
bryanjhickey, sQVe, osterkraft, octave, homerjam and 1 more