X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=f76c72ff4fa83daaa1a9a7388a74ca6f4146867b;hb=9b61510dcd5a7e30c0c1664df619bcff0aa50f08;hp=5e70b405c1f26d752b06ecc892e6c95cd45652f9;hpb=3be3194b8429383cf47fde8ea662327a0a60d8b0;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5e70b405c..f76c72ff4 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2275,6 +2275,7 @@ and customer address. Include units.', 'key' => 'selfservice-timeout', 'section' => 'self-service', 'description' => 'Timeout for the self-service login cookie, in seconds. Defaults to 1 hour.', + 'type' => 'text', }, { @@ -4653,6 +4654,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.",