소스 검색

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 4 년 전
부모
커밋
2dabd18a80
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      packages/@uppy/robodog/src/addTransloaditPlugin.js
  2. 1 1
      website/src/docs/robodog-dashboard.md

+ 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