Browse Source

desing configOptions

andre 5 years ago
parent
commit
84b5316073
1 changed files with 1 additions and 8 deletions
  1. 1 8
      zimbraSingle.inc

+ 1 - 8
zimbraSingle.inc

@@ -394,14 +394,7 @@ 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",
-    );
+    $configOptions['cosDescription'] = array();
     $apiDomainManager = new Zm_Domain($api);
     $response = $apiDomainManager->getAllDomains();
     if(is_a($response, "Exception")) {