docs: update schema.json

This commit is contained in:
Sina Atalay 2024-04-30 22:01:53 +03:00
parent f7ed843209
commit 9504dd0d8c
1 changed files with 40 additions and 0 deletions

View File

@ -28,6 +28,19 @@
"title": "Theme",
"type": "string"
},
"font": {
"default": "Source Sans 3",
"description": "The font family of the CV. The default value is Source Sans 3.",
"enum": [
"Latin Modern Serif",
"Latin Modern Sans Serif",
"Latin Modern Mono",
"Source Sans 3",
"Charter"
],
"title": "Font",
"type": "string"
},
"font_size": {
"default": "10pt",
"description": "The font size of the CV. The default value is 10pt.",
@ -455,6 +468,19 @@
"title": "Theme",
"type": "string"
},
"font": {
"default": "Charter",
"description": "The font family of the CV. The default value is Charter.",
"enum": [
"Latin Modern Serif",
"Latin Modern Sans Serif",
"Latin Modern Mono",
"Source Sans 3",
"Charter"
],
"title": "Font",
"type": "string"
},
"font_size": {
"default": "10pt",
"description": "The font size of the CV. The default value is 10pt.",
@ -1548,6 +1574,19 @@
"title": "Theme",
"type": "string"
},
"font": {
"default": "Latin Modern Serif",
"description": "The font family of the CV. The default value is Latin Modern Serif.",
"enum": [
"Latin Modern Serif",
"Latin Modern Sans Serif",
"Latin Modern Mono",
"Source Sans 3",
"Charter"
],
"title": "Font",
"type": "string"
},
"font_size": {
"default": "10pt",
"description": "The font size of the CV. The default value is 10pt.",
@ -1742,6 +1781,7 @@
"design": {
"default": {
"theme": "classic",
"font": "Source Sans 3",
"font_size": "10pt",
"page_size": "letterpaper",
"color": "#004f90",