mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-07-20 08:41:13 +02:00
Adds json mime type as text type to allow edit json files (#841)
This commit is contained in:
@@ -2932,6 +2932,7 @@ function fm_get_text_mimes()
|
|||||||
'application/x-javascript',
|
'application/x-javascript',
|
||||||
'image/svg+xml',
|
'image/svg+xml',
|
||||||
'message/rfc822',
|
'message/rfc822',
|
||||||
|
'application/json',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user