mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-28 21:09:52 +00:00
#3150 scripting: start string-secret settings type implementation
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
parent
ec29170c83
commit
1b0b32be3b
4 changed files with 44 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue