We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b5e40 commit 607e811Copy full SHA for 607e811
snippets/json.json
@@ -170,13 +170,13 @@
170
"{",
171
"\t\"label\": \"$1\",",
172
"\t\"name\": \"$2\",",
173
- "\t\"type\": \"select\",",
+ "\t\"type\": \"checkbox\",",
174
+ "\t\"layout\": \"${3|horizontal,vertical|}\",",
175
+ "\t\"toggle\": ${4|false,true|},",
176
"\t\"choices\": {",
- "\t\t\"$3\": \"$4\"",
177
+ "\t\t\"$5\": \"$6\"",
178
"\t},",
- "\t\"default_value\": \"$5\",",
- "\t\"layout\": \"${6|horizontal,vertical|}\",",
179
- "\t\"toggle\": ${7|true,false|}",
+ "\t\"default_value\": \"${7:$5}\"",
180
"}"
181
]
182
},
0 commit comments