Skip to content

Commit

Permalink
feat: add logo to skin params (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Feb 5, 2025
1 parent 08c3382 commit 3d38a9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,12 @@
"theme": {
"type": "string",
"enum": ["light", "dark"]
},
"logo": {
"type": "string",
"title": "logo",
"format": "customUrl",
"maxLength": 256
}
},
"additionalProperties": false
Expand Down

0 comments on commit 3d38a9d

Please sign in to comment.