|
@@ -35,6 +35,16 @@ function siteBuilder_MetaData() {
|
|
|
'AdminSingleSignOnLabel' => 'Login to siteBuilder Admin'
|
|
'AdminSingleSignOnLabel' => 'Login to siteBuilder Admin'
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
|
|
+function siteBuilder_ConfigOptions() {
|
|
|
|
|
+ return ["BuilderURL" => [
|
|
|
|
|
+ "FriendlyName" => "Builder URL", # Full Builder URL (prefix//hostname:port/)
|
|
|
|
|
+ "Type" => "text", # Text Box
|
|
|
|
|
+ "Size" => "25", # Defines the Field Width
|
|
|
|
|
+ "Description" => "Textbox",
|
|
|
|
|
+ "Default" => "https://builder.thurdata.ch/",
|
|
|
|
|
+ ],
|
|
|
|
|
+ ];
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Test connection to a siteBuilder server with the given server parameters.
|
|
* Test connection to a siteBuilder server with the given server parameters.
|