Skip to content

Commit ef9c4a7

Browse files
author
Doğa Gürdal
committed
fix(snippets/json): add missing comma in WYSIWYG field snippet
1 parent 3ce0101 commit ef9c4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/json.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"\t\"type\": \"wysiwyg\",",
7676
"\t\"tabs\": \"${3:visual|text}\",",
7777
"\t\"toolbar\": \"${4:full|basic}\",",
78-
"\t\"media_upload\": ${5:0}",
78+
"\t\"media_upload\": ${5:0},",
7979
"\t\"delay\": ${6:1}",
8080
"}"
8181
]

0 commit comments

Comments
 (0)