5375: enhance the mime_types initializer to add a new type only when that type is...
[arvados.git] / apps / workbench / config / application.default.yml
index 54a1f2e4ebf120271a4b03b75a688de1c490ab3b..716978faa9c5848c64a4cfd344c76664b5d4adc8 100644 (file)
@@ -185,8 +185,14 @@ common:
   issue_reporter_email_to: arvados@example.com
   support_email_address: arvados@example.com
 
-  # filename suffixes for which view icon would be shown in collection show page
-  filename_suffixes_with_view_icon: [txt, gif, jpeg, jpg, png, html, htm, pdf]
+  # generic issue email from
+  email_from: arvados@example.com
+
+  # Filename suffixes of applications for which the
+  # view icon would be shown in collection show page.
+  # It is sufficient to list only applications here.
+  # No need to list text and image types. 
+  filename_suffixes_with_view_icon: [fa, fasta, go, json, pdf, py, r, sam, sh, xml, xsl]
 
   # the maximum number of bytes to load in the log viewer
   log_viewer_max_bytes: 1000000