mirror of https://github.com/eyhc1/rendercv.git
update JSON schema
This commit is contained in:
parent
9afec3ba3b
commit
8044b43f34
13
schema.json
13
schema.json
|
@ -133,6 +133,16 @@
|
||||||
"title": "Date and Location Column Width",
|
"title": "Date and Location Column Width",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"text_alignment": {
|
||||||
|
"default": "left-aligned",
|
||||||
|
"description": "The alignment of the text.",
|
||||||
|
"enum": [
|
||||||
|
"left-aligned",
|
||||||
|
"justified"
|
||||||
|
],
|
||||||
|
"title": "Text Alignment",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"show_timespan_in": {
|
"show_timespan_in": {
|
||||||
"default": [],
|
"default": [],
|
||||||
"description": "The time span will be shown in the date and location column in these sections. The input should be a list of strings.",
|
"description": "The time span will be shown in the date and location column in these sections. The input should be a list of strings.",
|
||||||
|
@ -1575,7 +1585,8 @@
|
||||||
},
|
},
|
||||||
"primary_color": "#004f90",
|
"primary_color": "#004f90",
|
||||||
"show_last_updated_date": true,
|
"show_last_updated_date": true,
|
||||||
"show_timespan_in": []
|
"show_timespan_in": [],
|
||||||
|
"text_alignment": "left-aligned"
|
||||||
},
|
},
|
||||||
"page_size": "a4paper",
|
"page_size": "a4paper",
|
||||||
"theme": "classic"
|
"theme": "classic"
|
||||||
|
|
Loading…
Reference in New Issue