andre преди 7 месеца
родител
ревизия
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/)
 				"FriendlyName" => "Builder URL", # Full Builder URL (prefix//hostname:port/)
 				"Type" => "text", # Text Box
 				"Type" => "text", # Text Box
 				"Size" => "25", # Defines the Field Width
 				"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/",
 				"Default" => "https://builder.thurdata.ch/",
 			],
 			],
 			"HostingPlanID" => [
 			"HostingPlanID" => [
 				"FriendlyName" => "Hosting Plan ID", 
 				"FriendlyName" => "Hosting Plan ID", 
 				"Type" => "text", # Text Box
 				"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" => [
 			"quotaConfig" => [
 				"FriendlyName" => "Quota in MB", 
 				"FriendlyName" => "Quota in MB", 
 				"Type" => "text", # Text Box
 				"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",
 				"Default" => "512",
 			]
 			]
 		];
 		];