Skip to content

Commit 3194b04

Browse files
author
Doğa Gürdal
committed
feat(snippets/json): add ui setting to true false field snippet
and set it to true by default
1 parent ef9c4a7 commit 3194b04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snippets/json.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@
189189
"\t\"label\": \"$1\",",
190190
"\t\"name\": \"$2\",",
191191
"\t\"type\": \"true_false\",",
192-
"\t\"default_value\": ${3:0}",
192+
"\t\"default_value\": ${3:0},",
193+
"\t\"ui\": ${4:1}",
193194
"}"
194195
]
195196
},

0 commit comments

Comments
 (0)