Skip to content

Commit 67bf47b

Browse files
author
Doğa Gürdal
committed
refactor(snippets/json): remove width and height for oembed field snippet
these settings are rarely used since the default setting is usually fine
1 parent 3194b04 commit 67bf47b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

snippets/json.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@
8686
"{",
8787
"\t\"label\": \"$1\",",
8888
"\t\"name\": \"$2\",",
89-
"\t\"type\": \"oembed\",",
90-
"\t\"width\": ${3:100},",
91-
"\t\"height\": ${4:100}",
89+
"\t\"type\": \"oembed\"",
9290
"}"
9391
]
9492
},

0 commit comments

Comments
 (0)