Dropzone: allow clickable to be a string

This commit is contained in:
Joe Schafer
2014-12-13 13:56:53 -05:00
parent 017cb72c29
commit d519d54b46
+1 -1
View File
@@ -24,7 +24,7 @@ interface DropzoneOptions {
headers?: any;
addRemoveLinks?: boolean;
previewsContainer?: string;
clickable?: boolean;
clickable?: any;
createImageThumbnails?: boolean;
maxThumbnailFilesize?: number;
thumbnailWidth?: number;