|
@@ -378,7 +378,7 @@ function zimbraSingleConfigOptions() {
|
|
|
"All COS Array",
|
|
"All COS Array",
|
|
|
$response
|
|
$response
|
|
|
);
|
|
);
|
|
|
- $configOptions = array (
|
|
|
|
|
|
|
+ $configOptions = array ( [
|
|
|
"test" => [
|
|
"test" => [
|
|
|
"FriendlyName" => "Test",
|
|
"FriendlyName" => "Test",
|
|
|
"Type" => "text", # Text Box
|
|
"Type" => "text", # Text Box
|
|
@@ -386,7 +386,7 @@ function zimbraSingleConfigOptions() {
|
|
|
"Description" => "Textbox",
|
|
"Description" => "Textbox",
|
|
|
"Default" => "Example",
|
|
"Default" => "Example",
|
|
|
],
|
|
],
|
|
|
- );
|
|
|
|
|
|
|
+ ]);
|
|
|
return $configOptions;
|
|
return $configOptions;
|
|
|
}
|
|
}
|
|
|
|
|
|