Skip to content

Commit 0bdd836

Browse files
committed
Updated JSON schema
1 parent afeef3b commit 0bdd836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/schema/extra.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@
5959
"default": "Was this page helpful?"
6060
},
6161
"ratings": {
62-
"title": "Feedback rating",
62+
"title": "Feedback ratings",
6363
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#was-this-page-helpful",
6464
"type": "array",
6565
"items": {
66+
"title": "Feedback rating",
6667
"type": "object",
6768
"properties": {
6869
"icon": {
@@ -173,6 +174,7 @@
173174
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-footer/#social-links",
174175
"type": "array",
175176
"items": {
177+
"title": "Social link",
176178
"type": "object",
177179
"properties": {
178180
"icon": {

0 commit comments

Comments
 (0)