feat: add theme and fonts to lexicon

This commit is contained in:
Julien Calixte
2026-02-14 01:02:07 +01:00
parent a30c1ce43e
commit 50204b72ef

View File

@@ -32,6 +32,20 @@
"createdAt": { "createdAt": {
"type": "string", "type": "string",
"format": "datetime" "format": "datetime"
},
"fontFamily": {
"type": "string",
"description": "Font family name available from Coollabs.",
"maxLength": 200
},
"fontSize": {
"type": "integer",
"description": "Font size in points. Recommended range: 921, but clients may allow larger sizes for accessibility."
},
"theme": {
"type": "string",
"description": "Display theme for the note.",
"knownValues": ["light", "dark"]
} }
} }
} }