Browse Source

Document showLinkToFileUploadResult.

Renée Kooi 6 years ago
parent
commit
6959f3f563
1 changed files with 4 additions and 0 deletions
  1. 4 0
      website/src/docs/dashboard.md

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

@@ -117,6 +117,10 @@ Width of the Dashboard in pixels. Used when `inline: true`.
 
 Height of the Dashboard in pixels. Used when `inline: true`.
 
+### `showLinkToFileUploadResult: true`
+
+By default, when a file upload has completed, the file icon in the Dashboard turns into a link to the uploaded file. If your app does not publicly store uploaded files or if it's otherwise unwanted, pass `showLinkToFileUploadResult: false`.
+
 ### `showProgressDetails: false`
 
 By default, progress in StatusBar is shown as a simple percentage. If you would like to also display remaining upload size and time, set this to `true`.