mirror of
https://github.com/getgrav/grav.git
synced 2026-03-05 03:51:50 +01:00
Adding xlsm to supported mime types (#1054)
Most of Excel family is there except for macro-capable xls in Office 2007. Tested and working to enable .xlsm file upload.
This commit is contained in:
committed by
Flavio Copes
parent
70a38d1d3a
commit
c51a07c4e9
@@ -114,6 +114,9 @@ types:
|
||||
xlm:
|
||||
type: file
|
||||
mime: application/vnd.ms-excel
|
||||
xlsm:
|
||||
type: file
|
||||
mime: application/vnd.ms-excel
|
||||
xld:
|
||||
type: file
|
||||
mime: application/vnd.ms-excel
|
||||
|
||||
Reference in New Issue
Block a user