mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-01-25 02:08:15 +00:00
add uiHint for to indicate how env should be displayed in portal
This commit is contained in:
@@ -24,6 +24,10 @@
|
|||||||
},
|
},
|
||||||
"obscure": {
|
"obscure": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"uiHint": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["input", "textarea", "filepicker"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["type", "description"]
|
"required": ["type", "description"]
|
||||||
|
|||||||
Reference in New Issue
Block a user