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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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