Przeglądaj źródła

Add disableLocalFiles to options summary (#3323)

Steve Barker 3 lat temu
rodzic
commit
9aa4e4b3e6
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      website/src/docs/dashboard.md

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

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