mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 20:55:50 +01:00
Adds json mime type as text type to allow edit json files (#841)
This commit is contained in:
parent
74727fe48a
commit
2eb00ab3de
1 changed files with 1 additions and 0 deletions
|
|
@ -2932,6 +2932,7 @@ function fm_get_text_mimes()
|
|||
'application/x-javascript',
|
||||
'image/svg+xml',
|
||||
'message/rfc822',
|
||||
'application/json',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue