mirror of
https://github.com/quartz-community/comments.git
synced 2026-07-22 02:50:28 +00:00
feat: add optionSchema for TUI enum selection
This commit is contained in:
parent
a2bee0c8f2
commit
bf03ced30c
1 changed files with 8 additions and 0 deletions
|
|
@ -97,6 +97,14 @@
|
|||
"provider": "giscus",
|
||||
"options": {}
|
||||
},
|
||||
"optionSchema": {
|
||||
"provider": {
|
||||
"type": "enum",
|
||||
"values": [
|
||||
"giscus"
|
||||
]
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"Comments": {
|
||||
"displayName": "Comments",
|
||||
|
|
|
|||
Loading…
Reference in a new issue