Skip to content

Commit 3d38a9d

Browse files
authored
feat: add logo to skin params (#1120)
1 parent 08c3382 commit 3d38a9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/schemas/space.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,12 @@
513513
"theme": {
514514
"type": "string",
515515
"enum": ["light", "dark"]
516+
},
517+
"logo": {
518+
"type": "string",
519+
"title": "logo",
520+
"format": "customUrl",
521+
"maxLength": 256
516522
}
517523
},
518524
"additionalProperties": false

0 commit comments

Comments
 (0)