#3150 scripting: start string-secret settings type implementation

Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
Patrizio Bekerle 2024-11-03 15:09:26 +01:00
parent ec29170c83
commit 1b0b32be3b
No known key found for this signature in database
GPG key ID: 67EF441ECF195217
4 changed files with 44 additions and 6 deletions

View file

@ -28,6 +28,12 @@ Script {
"type": "string",
"default": "My default value",
},
{
"identifier": "myStringSecret",
"name": "I am a password field",
"description": "Please enter a valid string:",
"type": "string-secret",
},
{
"identifier": "myBoolean",
"name": "I am a checkbox",