mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
as preperation for the sgf viewer app i added a file icon for .sgf files (saved go games), and an according mimetype.
This commit is contained in:
parent
82b54938e3
commit
7ed8f39744
2 changed files with 2 additions and 1 deletions
BIN
core/img/filetypes/application-sgf.png
Normal file
BIN
core/img/filetypes/application-sgf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 725 B |
|
|
@ -16,5 +16,6 @@ return array(
|
|||
'xls'=>'application/msexcel',
|
||||
'xlsx'=>'application/msexcel',
|
||||
'ppt'=>'application/mspowerpoint',
|
||||
'pptx'=>'application/mspowerpoint'
|
||||
'pptx'=>'application/mspowerpoint',
|
||||
'sgf' => 'application/sgf'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue