1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-06-18 07:59:30 +02:00

Adds json mime type as text type to allow edit json files (#841)

This commit is contained in:
Dmitry Efremov
2022-08-24 21:20:39 -07:00
committed by GitHub
parent 74727fe48a
commit 2eb00ab3de

View File

@ -2932,6 +2932,7 @@ function fm_get_text_mimes()
'application/x-javascript',
'image/svg+xml',
'message/rfc822',
'application/json',
);
}