mirror of https://github.com/Lissy93/dashy.git
🗃️ Adds pageInfo.logo attribute to the schema
This commit is contained in:
parent
2f3a641013
commit
ef6b6bb757
|
@ -39,6 +39,15 @@
|
|||
},
|
||||
"footerText": {
|
||||
"type": "string"
|
||||
},
|
||||
"logo": {
|
||||
"type": "string",
|
||||
"description": "Path to an optional image asset, to be displayed in the header",
|
||||
"pattern": "^(http|\/)",
|
||||
"examples": [
|
||||
"/web-icons/dashy-logo.png",
|
||||
"https://i.ibb.co/yhbt6CY/dashy.png"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in New Issue