Ver Fonte

Update addTransloaditPlugin.js to include missing configurable Transloadit plugin options. (#2612)

* Update addTransloaditPlugin.js

Added missing configurable options.

* Update robodog-dashboard.md

Update docs to reflect reality of configurable options

* Update addTransloaditPlugin.js

remove id configuration support for Transloadit plugin in Robodog
Ethan Willis há 4 anos atrás
pai
commit
2dabd18a80

+ 2 - 0
packages/@uppy/robodog/src/addTransloaditPlugin.js

@@ -11,6 +11,8 @@ const transloaditOptionNames = [
   'signature',
   'params',
   'fields',
+  'limit',
+  'locale',
   'getAssemblyOptions'
 ]
 

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

@@ -39,7 +39,7 @@ const uppy = Robodog.dashboard(selector, { ...options })
 
 ## Transloadit
 
-All the options to the [Transloadit][transloadit] plugin are supported.
+Most options to the [Transloadit][transloadit] plugin are supported with the exception of `id`.
 
 ## Restrictions