Browse Source

Add disableLocalFiles to options summary (#3323)

Steve Barker 3 years ago
parent
commit
9aa4e4b3e6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      website/src/docs/dashboard.md

+ 1 - 0
website/src/docs/dashboard.md

@@ -101,6 +101,7 @@ uppy.use(Dashboard, {
   browserBackButtonClose: false,
   browserBackButtonClose: false,
   theme: 'light',
   theme: 'light',
   autoOpenFileEditor: false,
   autoOpenFileEditor: false,
+  disableLocalFiles: false,
 })
 })
 ```
 ```