Skip to content

Commit

Permalink
add Facebook and OneDrive to uppy.io homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
arturi committed Apr 12, 2020
1 parent 36f6c8f commit b375039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/themes/uppy/layout/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@
.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.Facebook, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
.use(Uppy.OneDrive, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
.use(Uppy.Webcam, { target: Uppy.Dashboard })
.use(Uppy.Url, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT })
.use(Uppy.Tus, { endpoint: TUS_ENDPOINT})
Expand Down

0 comments on commit b375039

Please sign in to comment.