diff --git a/website/src/docs/dashboard.md b/website/src/docs/dashboard.md index 0bea92816..4bd44f75b 100644 --- a/website/src/docs/dashboard.md +++ b/website/src/docs/dashboard.md @@ -11,11 +11,11 @@ tagline: "full-featured sleek UI with file previews, metadata editing, upload/pa `@uppy/dashboard` is a universal UI plugin for Uppy, offering several useful features: - Drag and drop, paste, select from local disk / my device -- UI for the Webcam plugin and remote sources, such as Google Drive, Dropbox, Instagram (all optional, added via plugins) -- File previews and info +- UI for the Webcam plugin and remote sources, such as Google Drive, Dropbox, Instagram, Facebook and OneDrive (all optional, added via plugins) +- Image previews - Metadata editor -- Progress: total and for individual files -- Ability to pause/resume or cancel (depending on uploader plugin) individual or all files +- Upload progress +- Ability to pause or cancel (depending on the uploader plugin) uploads ```js const Dashboard = require('@uppy/dashboard') @@ -92,7 +92,8 @@ uppy.use(Dashboard, { onRequestCloseModal: () => this.closeModal(), showSelectedFiles: true, locale: defaultLocale, - browserBackButtonClose: false + browserBackButtonClose: false, + theme: 'light' }) ``` @@ -360,6 +361,17 @@ strings: { Remove all children of the `target` element before mounting the Dashboard. By default, Uppy will append any UI to the `target` DOM element. This is the least dangerous option. However, there might be cases when you would want to clear the container element before placing Uppy UI in there (for example, to provide a fallback `