|
@@ -211,11 +211,14 @@
|
|
|
})
|
|
|
.use(Uppy.GoogleDrive, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
.use(Uppy.Instagram, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
- .use(Uppy.Dropbox, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
- // .use(Uppy.Box, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
.use(Uppy.Facebook, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
+ .use(Uppy.Dropbox, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
+ .use(Uppy.Box, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
+ .use(Uppy.Unsplash, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
.use(Uppy.OneDrive, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
.use(Uppy.Webcam, { target: Uppy.Dashboard })
|
|
|
+ .use(Uppy.Audio, { target: Uppy.Dashboard })
|
|
|
+ .use(Uppy.ScreenCapture, { target: Uppy.Dashboard })
|
|
|
.use(Uppy.Url, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
|
|
|
.use(Uppy.Tus, { endpoint: TUS_ENDPOINT})
|
|
|
|