Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 8c07868

Browse files
committed
ask for secure
1 parent cb4f67b commit 8c07868

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

digexp-wcm-design/wcmdesigns.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,13 @@ function getInitPromptSchema(settings) {
352352
description: "Content Handler Path ",
353353
required: true,
354354
default: settings.contenthandlerPath || "/wps/mycontenthandler"
355-
}
355+
},
356+
secure: {
357+
description: "Secure Connection (https)?",
358+
type: "boolean",
359+
required: true,
360+
default: false
361+
}
356362
};
357363
};
358364

0 commit comments

Comments
 (0)