mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-30 17:38:02 +00:00
Added JSON extension to file info
This commit is contained in:
@@ -68,6 +68,7 @@ $tw.config.fileExtensions = {
|
||||
".css": {type: "text/css", encoding: "utf8"},
|
||||
".html": {type: "text/html", encoding: "utf8"},
|
||||
".js": {type: "application/javascript", encoding: "utf8"},
|
||||
".json": {type: "application/json", encoding: "utf8"},
|
||||
".jpg": {type: "image/jpeg", encoding: "base64"},
|
||||
".jpeg": {type: "image/jpeg", encoding: "base64"},
|
||||
".png": {type: "image/png", encoding: "base64"},
|
||||
|
Reference in New Issue
Block a user