🗃️ Adds pageInfo.logo attribute to the schema

This commit is contained in:
Alicia Sykes 2021-07-26 20:50:22 +01:00
parent 2f3a641013
commit ef6b6bb757
1 changed files with 9 additions and 0 deletions

View File

@ -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": [