diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bd3ff3e03..c8fd7cd95 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1291,6 +1291,13 @@ httemplate/docs/config.html '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', + }, + ); 1; |