From: Matt N Date: Fri, 10 Jan 2020 16:06:01 +0000 (-0500) Subject: no bug - Add JSON to the attachment content types dropdown X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c6fa8676034f056b3e0ea27fd17d4d02598036d;p=thirdparty%2Fbugzilla.git no bug - Add JSON to the attachment content types dropdown --- diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl index 56c9ff8b1..b1c1f4ac5 100644 --- a/template/en/default/attachment/createformcontents.html.tmpl +++ b/template/en/default/attachment/createformcontents.html.tmpl @@ -102,6 +102,7 @@ [% mimetypes = [{type => "text/plain", desc => "plain text"}, {type => "text/html", desc => "HTML source"}, {type => "application/xml", desc => "XML source"}, + {type => "application/json", desc => "JSON source"}, {type => "image/gif", desc => "GIF image"}, {type => "image/jpeg", desc => "JPEG image"}, {type => "image/png", desc => "PNG image"},