X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=d676d4e8c2c5c808b5b86ed38dfc8865420c9060;hb=6217d43dfc7345ec7f89be7fb90211fea458efde;hp=c8fd7cd956ae26dbad49b919b7f4fd15c9ab706f;hpb=dbc6a01ed6a3b4373b01bf985ca735386dd047d4;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c8fd7cd95..d676d4e8c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -935,8 +935,8 @@ httemplate/docs/config.html { 'key' => 'safe-part_pkg', - 'section' => 'UI', - 'description' => 'Validates package definition setup and recur expressions against a preset list. Useful for webdemos, annoying to powerusers.', + 'section' => 'deprecated', + 'description' => 'DEPRECATED, obsolete. Used to validate package definition setup and recur expressions against a preset list. Useful for webdemos, annoying to powerusers.', 'type' => 'checkbox', }, @@ -1298,6 +1298,14 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'svc_external-display_type', + 'section' => 'UI', + 'description' => 'Select a specific svc_external type to enable some UI changes specific to that type (i.e. artera_turbo).', + 'type' => 'select', + 'select_enum' => [ 'generic', 'artera_turbo', ], + }, + ); 1;