mirror of https://github.com/bastienwirtz/homer
Update schema based on review
parent
c546fc1605
commit
1b607b6357
|
@ -105,7 +105,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Name as soon in the navbar"
|
"description": "Name as seen in the navbar"
|
||||||
},
|
},
|
||||||
"icon": {
|
"icon": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -121,7 +121,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"name",
|
|
||||||
"url"
|
"url"
|
||||||
],
|
],
|
||||||
"title": "Link"
|
"title": "Link"
|
||||||
|
@ -298,8 +297,15 @@
|
||||||
"description": "Define hotkeys, for example for search"
|
"description": "Define hotkeys, for example for search"
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
"type": "string",
|
"anyOf": [
|
||||||
"description": "HTML shown as footer"
|
{
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "footer Line content. HTML is supported. Set false if you want to hide it."
|
||||||
},
|
},
|
||||||
"columns": {
|
"columns": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in New Issue