Selaa lähdekoodia

add Facebook and OneDrive to uppy.io homepage

Artur Paikin 5 vuotta sitten
vanhempi
commit
b37503937a
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      website/themes/uppy/layout/index.ejs

+ 2 - 0
website/themes/uppy/layout/index.ejs

@@ -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})