Browse Source

desing configOptions

andre 5 years ago
parent
commit
2c6327a80e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      zimbraSingle.inc

+ 8 - 0
zimbraSingle.inc

@@ -394,6 +394,14 @@ function zimbraSingleConfigOptions($params) {
         "Options" => implode(',', $cosNames),
         "Description" => "Tick to use this COS",
     );
+    $configOptions['cosDescription'] = array(
+        "FriendlyName" => "Notes",
+        "Type" => "textarea",
+        "Rows" => "3",
+        "Cols" => "50",
+        "Description" => "Description goes here",
+        "Default" => "The selected Zimbra instance offer these classes of service",
+    );
     $apiDomainManager = new Zm_Domain($api);
     $response = $apiDomainManager->getAllDomains();
     if(is_a($response, "Exception")) {