closes #5534
[arvados.git] / apps / workbench / config / application.default.yml
index 716978faa9c5848c64a4cfd344c76664b5d4adc8..a4870818800b87e5f03a3774528acaef1d1ff492 100644 (file)
@@ -188,11 +188,11 @@ common:
   # 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.
+  # Mimetypes of applications for which the view icon
+  # would be enabled in a collection's 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]
+  # No need to list text and image types.
+  application_mimetypes_with_view_icon: [fasta, go, javascript, json, pdf, python, r, rtf, sam, sh, xml, xsl]
 
   # the maximum number of bytes to load in the log viewer
   log_viewer_max_bytes: 1000000