mirror of https://github.com/eyhc1/rendercv.git
docs: update schema.json
This commit is contained in:
parent
f749a6f99d
commit
61f2c3e823
19
schema.json
19
schema.json
|
@ -76,6 +76,12 @@
|
||||||
"title": "Show Last Updated Date",
|
"title": "Show Last Updated Date",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"last_updated_date_style": {
|
||||||
|
"default": "Last updated in TODAY",
|
||||||
|
"description": "The style of the last updated date. The following placeholder can be used:\n- TODAY: Today's month and year (April 2024)\nThe default value is Last updated in TODAY.",
|
||||||
|
"title": "Last Updated Date Style",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"header_font_size": {
|
"header_font_size": {
|
||||||
"default": "30 pt",
|
"default": "30 pt",
|
||||||
"description": "The font size of the header (the name of the person). The default value is 30 pt.",
|
"description": "The font size of the header (the name of the person). The default value is 30 pt.",
|
||||||
|
@ -482,6 +488,12 @@
|
||||||
"title": "Show Last Updated Date",
|
"title": "Show Last Updated Date",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"last_updated_date_style": {
|
||||||
|
"default": "Last updated in TODAY",
|
||||||
|
"description": "The style of the last updated date. The following placeholder can be used:\n- TODAY: Today's month and year (April 2024)\nThe default value is Last updated in TODAY.",
|
||||||
|
"title": "Last Updated Date Style",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"header_font_size": {
|
"header_font_size": {
|
||||||
"default": "25 pt",
|
"default": "25 pt",
|
||||||
"description": "The font size of the header (the name of the person). The default value is 25 pt.",
|
"description": "The font size of the header (the name of the person). The default value is 25 pt.",
|
||||||
|
@ -1354,6 +1366,12 @@
|
||||||
"title": "Show Last Updated Date",
|
"title": "Show Last Updated Date",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"last_updated_date_style": {
|
||||||
|
"default": "Last updated in TODAY",
|
||||||
|
"description": "The style of the last updated date. The following placeholder can be used:\n- TODAY: Today's month and year (April 2024)\nThe default value is Last updated in TODAY.",
|
||||||
|
"title": "Last Updated Date Style",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"header_font_size": {
|
"header_font_size": {
|
||||||
"default": "24 pt",
|
"default": "24 pt",
|
||||||
"description": "The font size of the header (the name of the person). The default value is 24 pt. Unfortunately, sb2nov does not support font sizes bigger than 24 pt.",
|
"description": "The font size of the header (the name of the person). The default value is 24 pt. Unfortunately, sb2nov does not support font sizes bigger than 24 pt.",
|
||||||
|
@ -1489,6 +1507,7 @@
|
||||||
"disable_page_numbering": false,
|
"disable_page_numbering": false,
|
||||||
"page_numbering_style": "NAME - Page PAGE_NUMBER of TOTAL_PAGES",
|
"page_numbering_style": "NAME - Page PAGE_NUMBER of TOTAL_PAGES",
|
||||||
"show_last_updated_date": true,
|
"show_last_updated_date": true,
|
||||||
|
"last_updated_date_style": "Last updated in TODAY",
|
||||||
"header_font_size": "30 pt",
|
"header_font_size": "30 pt",
|
||||||
"text_alignment": "justified",
|
"text_alignment": "justified",
|
||||||
"margins": {
|
"margins": {
|
||||||
|
|
Loading…
Reference in New Issue