add a quick start at a "dashboard" customer list, mostly for internal use for starters
[freeside.git] / FS / FS / Conf.pm
index 270b61c..f2fda80 100644 (file)
@@ -1995,6 +1995,13 @@ httemplate/docs/config.html
     'select_enum' => \@card_types,
   },
 
+  {
+    'key'         => 'dashboard-toplist',
+    'section'     => 'UI',
+    'description' => 'List of items to display on the top of the front page',
+    'type'        => 'textarea',
+  },
+
 );
 
 1;