X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=f2fda801649c8d53dd7ef313e0bc0f404bd9446c;hb=1ec49b28c30c84962670d80d1c143e65b5b9370a;hp=270b61c9f368de69971e38336a5fdb126b428a72;hpb=f5246a149f9314649e85b20837b0b986d87a56ea;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 270b61c9f..f2fda8016 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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;