feat: add optionSchema for TUI enum selection

This commit is contained in:
saberzero1 2026-02-18 18:10:54 +01:00
parent a2bee0c8f2
commit bf03ced30c
No known key found for this signature in database

View file

@ -97,6 +97,14 @@
"provider": "giscus",
"options": {}
},
"optionSchema": {
"provider": {
"type": "enum",
"values": [
"giscus"
]
}
},
"components": {
"Comments": {
"displayName": "Comments",