Merge branch 'master' into 5375-preview-collection-text-files
[arvados.git] / apps / workbench / config / application.default.yml
index 8be89b854575cb788c6a3c89dfb24434b3a0281f..c613453cf901178e129540a85526842792892ec5 100644 (file)
@@ -188,8 +188,11 @@ common:
   # generic issue email from
   email_from: 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]
+  # 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