Pārlūkot izejas kodu

remove `getMetaFromForm` from docs

Artur Paikin 7 gadi atpakaļ
vecāks
revīzija
f2d28dfaa8

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

@@ -20,7 +20,6 @@ Dashboard is a universal UI plugin for Uppy:
 ```js
 ```js
 uppy.use(Dashboard, {
 uppy.use(Dashboard, {
   target: 'body',
   target: 'body',
-  getMetaFromForm: true,
   trigger: '#uppy-select-files',
   trigger: '#uppy-select-files',
   inline: false,
   inline: false,
   width: 750,
   width: 750,

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

@@ -14,7 +14,6 @@ DragDrop renders a simple Drag and Drop area for file selection. Useful when you
 ```js
 ```js
 uppy.use(DragDrop, {
 uppy.use(DragDrop, {
   target: null,
   target: null,
-  getMetaFromForm: true,
   width: '100%',
   width: '100%',
   height: '100%',
   height: '100%',
   note: '',
   note: '',

+ 0 - 2
website/src/docs/fileinput.md

@@ -14,8 +14,6 @@ permalink: docs/fileinput/
 ```js
 ```js
 uppy.use(FileInput, {
 uppy.use(FileInput, {
   target: '.UppyForm',
   target: '.UppyForm',
-  getMetaFromForm: true,
-  replaceTargetContent: true,
   multipleFiles: true,
   multipleFiles: true,
   pretty: true,
   pretty: true,
   locale: {
   locale: {

+ 1 - 1
website/src/docs/index.md

@@ -81,4 +81,4 @@ If you like, you can also use a pre-built bundle, for example from [unpkg CDN](h
   <img src="https://saucelabs.com/browser-matrix/transloadit-uppy.svg" alt="Sauce Test Status"/>
   <img src="https://saucelabs.com/browser-matrix/transloadit-uppy.svg" alt="Sauce Test Status"/>
 </a>
 </a>
 
 
-Note: we aim to support IE10+ and recent versions of Safari, Edge, Chrome, Firefox and Opera. IE6 on the chart above means we recommend setting Uppy to target a `<form>` element, so when Uppy has not yet loaded or is not supported, upload still works. Even on the refrigerator browser. Or, yes, IE6.
+We aim to support IE10+ and recent versions of Safari, Edge, Chrome, Firefox and Opera.