andre 7 месяцев назад
Родитель
Сommit
b11898a6fa
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      siteBuilder.php

+ 6 - 6
siteBuilder.php

@@ -43,21 +43,21 @@ function siteBuilder_ConfigOptions() {
 				"FriendlyName" => "Builder URL", # Full Builder URL (prefix//hostname:port/)
 				"Type" => "text", # Text Box
 				"Size" => "25", # Defines the Field Width
-				"Description" => "\nFull Builder URL (prefix//hostname:port/)",
+				"Description" => "Full Builder URL (prefix//hostname:port/)",
 				"Default" => "https://builder.thurdata.ch/",
 			],
 			"HostingPlanID" => [
 				"FriendlyName" => "Hosting Plan ID", 
 				"Type" => "text", # Text Box
-				"Size" => "25", # Defines the Field Width
-				"Description" => "\nSet the hostingPlan ID for this Product",
-				"Default" => "https://builder.thurdata.ch/",
+				"Size" => "10", # Defines the Field Width
+				"Description" => "Set the hostingPlan ID for this Product",
+				"Default" => "0",
 			],
 			"quotaConfig" => [
 				"FriendlyName" => "Quota in MB", 
 				"Type" => "text", # Text Box
-				"Size" => "25", # Defines the Field Width
-				"Description" => "\nSet the Quota matching Your HostingPlan (MB)",
+				"Size" => "10", # Defines the Field Width
+				"Description" => "Set the Quota matching Your HostingPlan (MB)",
 				"Default" => "512",
 			]
 		];