df63c136ad9014616fdd43bcd5d67ca4014d0086
lrnassar
  Mon Mar 7 12:05:13 2022 -0800
Adding undoc'd settings now being made defaults. Refs #28831

diff --git src/product/ex.hg.conf src/product/ex.hg.conf
index 3b3e747..2fa8b4c 100644
--- src/product/ex.hg.conf
+++ src/product/ex.hg.conf
@@ -641,15 +641,23 @@
 
 # specify the root directory for a CGI to use instead of the directory the script lives in
 # browser.cgiRoot=/usr/local/apache/cgi-bin
 
 # Limit the number of bytes that the custom track loader for MAF or VCF track will read in
 # customTracks.maxBytes=52428800
 
 # Allows hgHubConnect to run hubCheck and present a tree of errors or the overall hub
 # layout. Requires the hubCheck program to be present in the loader directory
 # hgHubConnect.validateHub=on
 
 ### mouseOverEnabled turns on display of data values in mouse over of a wiggle
 ### track.  It is on by default.  Can be turned off with this off setting:
 # mouseOverEnabled=off
 
+# Move the multi region button in hgTracks from below the browser image to beside the position box
+# multiRegionButtonTop=on/off
+#
+# Turn on the cart rewrite feature
+# cartVersion=on/off
+#
+# Provides support for svgBarCharts in hgc. Needed for certain bar chart hgc images to display
+# svgBarChart=on/off