Commit 4c9e87a3 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'feature/odt-ods-odp-icons' into 'master'

LibreOffice/OpenOffice file extensions: odt/ods/odp in icon map

See merge request gitlab-org/gitlab!59159
parents 41a002f6 0e3c258b
...@@ -93,6 +93,7 @@ const fileExtensionIcons = { ...@@ -93,6 +93,7 @@ const fileExtensionIcons = {
pdf: 'pdf', pdf: 'pdf',
xlsx: 'table', xlsx: 'table',
xls: 'table', xls: 'table',
ods: 'table',
csv: 'table', csv: 'table',
tsv: 'table', tsv: 'table',
vscodeignore: 'vscode', vscodeignore: 'vscode',
...@@ -154,6 +155,7 @@ const fileExtensionIcons = { ...@@ -154,6 +155,7 @@ const fileExtensionIcons = {
gradle: 'gradle', gradle: 'gradle',
doc: 'word', doc: 'word',
docx: 'word', docx: 'word',
odt: 'word',
rtf: 'word', rtf: 'word',
cer: 'certificate', cer: 'certificate',
cert: 'certificate', cert: 'certificate',
...@@ -204,6 +206,7 @@ const fileExtensionIcons = { ...@@ -204,6 +206,7 @@ const fileExtensionIcons = {
pps: 'powerpoint', pps: 'powerpoint',
ppam: 'powerpoint', ppam: 'powerpoint',
ppa: 'powerpoint', ppa: 'powerpoint',
odp: 'powerpoint',
webm: 'movie', webm: 'movie',
mkv: 'movie', mkv: 'movie',
flv: 'movie', flv: 'movie',
......
---
title: LibreOffice/OpenOffice file extensions in icon map
merge_request: 59159
author: Holzfeind, Daniel Georg
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment