Skip to content

Commit 17ddf43

Browse files
committed
Update schema for footer
1 parent e894ccf commit 17ddf43

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/lib/info.schema.json

+22
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,28 @@
2424
}
2525
}
2626
},
27+
"footer": {
28+
"title": "Footer",
29+
"description": "Footer to display on the page",
30+
"type": "array",
31+
"items": {
32+
"type": "object",
33+
"properties": {
34+
"icon": {
35+
"description": "Name of icon to display - see https://lucide.dev/icons/",
36+
"type": "string"
37+
},
38+
"text": {
39+
"description": "Text to display",
40+
"type": "string"
41+
},
42+
"url": {
43+
"description": "URL to link to",
44+
"type": "string"
45+
}
46+
}
47+
}
48+
},
2749
"flags": {
2850
"title": "Flags",
2951
"description": "Flags to display on the page",

0 commit comments

Comments
 (0)