Add password format option for token input in manifest.json
This commit is contained in:
@@ -86,7 +86,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Control",
|
"type": "Control",
|
||||||
"scope": "#/properties/token"
|
"scope": "#/properties/token",
|
||||||
|
"options": {
|
||||||
|
"format": "password"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user