Update upload-drag-area.component.md (#3067)

This commit is contained in:
Kasper 2018-03-13 12:18:27 +01:00 committed by Eugenio Romano
parent 1bb2f676a0
commit 5fa8ad075d

View File

@ -32,7 +32,7 @@ export class AppComponent {
| Name | Type | Default | Description | | Name | Type | Default | Description |
| --- | --- | --- | --- | | --- | --- | --- | --- |
| disabled | boolean | false | Toggle component disabled state | | disabled | boolean | false | Toggle component disabled state |
| rootFolderId | string | '-root-' | The ID of the root folder node. | | parentId | string | '-root-' | The ID of the folder in which the files will be uploaded. |
| versioning | boolean | false | Versioning false is the default uploader behaviour and it renames the file using an integer suffix if there is a name clash. Versioning true to indicate that a major version should be created | | versioning | boolean | false | Versioning false is the default uploader behaviour and it renames the file using an integer suffix if there is a name clash. Versioning true to indicate that a major version should be created |
### Events ### Events