X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d676d4e8c2c5c808b5b86ed38dfc8865420c9060;hb=6217d43dfc7345ec7f89be7fb90211fea458efde;hp=c8f0d81afaf5c2540ec2278d55280efe2141775a;hpb=0cbeb01df08457b056a7ae775b4924c266b4228b;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c8f0d81af..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', }, @@ -1283,6 +1283,29 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'global_unique-username', + 'section' => 'username', + 'description' => 'Global username uniqueness control: none (usual setting - check uniqueness per exports), username (all usernames are globally unique, regardless of domain or exports), or username@domain (all username@domain pairs are globally unique, regardless of exports)', + 'type' => 'select', + 'select_enum' => [ 'none', 'username', 'username@domain' ], + }, + + { + 'key' => 'svc_external-skip_manual', + 'section' => 'UI', + 'description' => 'When provisioning svc_external services, skip manual entry of id and title fields in the UI. Usually used in conjunction with an export that populates these fields (i.e. artera_turbo).', + '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;