]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - Add JSON to the attachment content types dropdown
authorMatt N <github@matthew.noorenberghe.com>
Fri, 10 Jan 2020 16:06:01 +0000 (11:06 -0500)
committerdklawren <dklawren@users.noreply.github.com>
Fri, 10 Jan 2020 16:06:01 +0000 (11:06 -0500)
template/en/default/attachment/createformcontents.html.tmpl

index 56c9ff8b180d304d39e1a8cc9c76d34fe402e2d0..b1c1f4ac5f657c7b91adba33e927cc0c56506c09 100644 (file)
   [% 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"},