Compare commits

..

1 Commits

Author SHA1 Message Date
Linden van der
ed27008383 add file type .dwf 2018-03-21 13:26:03 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -52,8 +52,8 @@
<thead>
<tr>
<th width="50%">Name</th>
<th *ngIf="uploader.options.isHTML5">Size</th>
<th *ngIf="uploader.options.isHTML5">Progress</th>
<th>Size</th>
<th>Progress</th>
<th>Status</th>
<th>Actions</th>
</tr>

View File

@@ -100,6 +100,7 @@ export class FileType {
'tiff': 'image',
'cr2': 'image',
'dwg': 'image',
'dwf': 'image',
'cdr': 'image',
'ai': 'image',
'indd': 'image',