X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=42fe9ec4cd9ae888e65d20d0f21d4355bef28ef1;hp=5e70b405c1f26d752b06ecc892e6c95cd45652f9;hb=3564f619654c5cbf22fc2acbe7eff0c08308e859;hpb=23db52e232596d87b97561f5f76f11668cbe33bd diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5e70b405c..42fe9ec4c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4653,6 +4653,13 @@ and customer address. Include units.', }, { + 'key' => 'ng_selfservice-menu', + 'section' => 'self-service', + 'description' => 'Custom menu for the next-generation self-service interface. Each line is in the format "link Label", for example "main.php Home". Sub-menu items are listed on subsequent lines. Blank lines terminate the submenu.', #more docs/examples would be helpful + 'type' => 'textarea', + }, + + { 'key' => 'signup-no_company', 'section' => 'self-service', 'description' => "Don't display a field for company name on signup.",