mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Update README.md
This commit is contained in:
parent
5762db13a7
commit
dde61f2302
@ -41,7 +41,7 @@ This component, provide a buttons to upload files to alfresco.
|
|||||||
[showUdoNotificationBar]="true"
|
[showUdoNotificationBar]="true"
|
||||||
[uploadFolders]="true"
|
[uploadFolders]="true"
|
||||||
[multipleFiles]="false"
|
[multipleFiles]="false"
|
||||||
[acceptedFilesType]="*">
|
[acceptedFilesType]=".jpg,.gif,.png,.svg">
|
||||||
</alfresco-upload-button>
|
</alfresco-upload-button>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ import { ALFRESCO_ULPOAD_COMPONENT } from 'ng2-alfresco-upload/ng2-alfresco-uplo
|
|||||||
[showUdoNotificationBar]="true"
|
[showUdoNotificationBar]="true"
|
||||||
[uploadFolders]="true"
|
[uploadFolders]="true"
|
||||||
[multipleFiles]="false"
|
[multipleFiles]="false"
|
||||||
[acceptedFilesType]="*">
|
[acceptedFilesType]=".jpg,.gif,.png,.svg">
|
||||||
</alfresco-upload-button>`,
|
</alfresco-upload-button>`,
|
||||||
directives: [ALFRESCO_ULPOAD_COMPONENT]
|
directives: [ALFRESCO_ULPOAD_COMPONENT]
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user