Skip to content

Commit 1eea36b

Browse files
committed
Add missing schema defaults
1 parent a9a6202 commit 1eea36b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/schema/theme.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,34 @@
490490
{
491491
"label": "repo",
492492
"body": "repo: ${1:fontawesome/brands/git-alt}"
493+
},
494+
{
495+
"label": "top",
496+
"body": "top: ${1:material/arrow-up}"
497+
},
498+
{
499+
"label": "menu",
500+
"body": "menu: ${1:material/menu}"
501+
},
502+
{
503+
"label": "alternate",
504+
"body": "alternate: ${1:material/translate}"
505+
},
506+
{
507+
"label": "share",
508+
"body": "share: ${1:material/share-variant}"
509+
},
510+
{
511+
"label": "search",
512+
"body": "search: ${1:material/magnify}"
513+
},
514+
{
515+
"label": "previous",
516+
"body": "previous: ${1:material/arrow-left}"
517+
},
518+
{
519+
"label": "next",
520+
"body": "next: ${1:material/arrow-right}"
493521
}
494522
]
495523
},

0 commit comments

Comments
 (0)