mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
#9 more mime-type icons supported
This commit is contained in:
parent
65d5535407
commit
586d33b288
@ -38,11 +38,27 @@ export class AlfrescoService {
|
|||||||
'image/gif': 'ft_ic_raster_image.svg',
|
'image/gif': 'ft_ic_raster_image.svg',
|
||||||
'application/pdf': 'ft_ic_pdf.svg',
|
'application/pdf': 'ft_ic_pdf.svg',
|
||||||
'application/vnd.ms-excel': 'ft_ic_ms_excel.svg',
|
'application/vnd.ms-excel': 'ft_ic_ms_excel.svg',
|
||||||
|
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'ft_ic_ms_excel.svg',
|
||||||
|
'application/vnd.openxmlformats-officedocument.spreadsheetml.template': 'ft_ic_ms_excel.svg',
|
||||||
'application/msword': 'ft_ic_ms_word.svg',
|
'application/msword': 'ft_ic_ms_word.svg',
|
||||||
|
'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'ft_ic_ms_word.svg',
|
||||||
|
'application/vnd.openxmlformats-officedocument.wordprocessingml.template': 'ft_ic_ms_word.svg',
|
||||||
'application/vnd.ms-powerpoint': 'ft_ic_ms_powerpoint.svg',
|
'application/vnd.ms-powerpoint': 'ft_ic_ms_powerpoint.svg',
|
||||||
|
'application/vnd.openxmlformats-officedocument.presentationml.presentation': 'ft_ic_ms_powerpoint.svg',
|
||||||
|
'application/vnd.openxmlformats-officedocument.presentationml.template': 'ft_ic_ms_powerpoint.svg',
|
||||||
|
'application/vnd.openxmlformats-officedocument.presentationml.slideshow': 'ft_ic_ms_powerpoint.svg',
|
||||||
'video/mp4': 'ft_ic_video.svg',
|
'video/mp4': 'ft_ic_video.svg',
|
||||||
'text/plain': 'ft_ic_document.svg',
|
'text/plain': 'ft_ic_document.svg',
|
||||||
'application/x-javascript': 'ft_ic_document.svg'
|
'application/x-javascript': 'ft_ic_document.svg',
|
||||||
|
'application/json': 'ft_ic_document.svg',
|
||||||
|
'image/svg+xml': 'ft_ic_vector_image.svg',
|
||||||
|
'text/html': 'ft_ic_website.svg',
|
||||||
|
'application/x-compressed': 'ft_ic_archive.svg',
|
||||||
|
'application/x-zip-compressed': 'ft_ic_archive.svg',
|
||||||
|
'application/zip': 'ft_ic_archive.svg',
|
||||||
|
'application/vnd.apple.keynote': 'ft_ic_presentation.svg',
|
||||||
|
'application/vnd.apple.pages': 'ft_ic_document.svg',
|
||||||
|
'application/vnd.apple.numbers': 'ft_ic_spreadsheet.svg'
|
||||||
};
|
};
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user