From 71c614dac451b12e977f000a9688cc1f705c0272 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Fri, 26 Aug 2016 17:57:14 +0100 Subject: [PATCH] Update README.md --- ng2-components/ng2-alfresco-upload/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ng2-components/ng2-alfresco-upload/README.md b/ng2-components/ng2-alfresco-upload/README.md index fb7fd07d1a..cf8538a4a6 100644 --- a/ng2-components/ng2-alfresco-upload/README.md +++ b/ng2-components/ng2-alfresco-upload/README.md @@ -151,7 +151,7 @@ Attribute | Options | Default | Description | Mandatory `uploadFolders` | *boolean* | false | Allow/disallow upload folders (only for chrome) | `multipleFiles` | *boolean* | false | Allow/disallow multiple files | `acceptedFilesType` | *string* | * | array of allowed file extensions , example: ".jpg,.gif,.png,.svg" | -`currentFolderPath` | *string* | * | define the path where the files are uploaded | +`currentFolderPath` | *string* | '/Sites/swsdp/documentLibrary' | define the path where the files are uploaded | `versioning` | *boolean* | false | Versioning false is the default uploader behaviour and it rename using an integer suffix if there is a name clash. Versioning true to indicate that a major version should be created | @@ -216,7 +216,7 @@ Attribute | Description Attribute | Options | Default | Description | Mandatory --- | --- | --- | --- | --- `showUdoNotificationBar` | *boolean* | true | Hide/show notification bar | -`currentFolderPath` | *string* | * | define the path where the files are uploaded | +`currentFolderPath` | *string* | '/Sites/swsdp/documentLibrary' | define the path where the files are uploaded | `versioning` | *boolean* | false | Versioning false is the default uploader behaviour and it rename using an integer suffix if there is a name clash. Versioning true to indicate that a major version should be created |