mirror of https://github.com/eyhc1/rendercv.git
docs: update schema.json
This commit is contained in:
parent
a2c35f3d36
commit
836fcd8485
16
schema.json
16
schema.json
|
@ -452,8 +452,8 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"default": "rgb(0,79,144)",
|
"default": "rgb(0,0,0)",
|
||||||
"description": "The primary color of the theme. \nThe color can be specified either with their [name](https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,79,144).",
|
"description": "The primary color of the theme. \nThe color can be specified either with their [name](https://www.w3.org/TR/SVG11/types.html#ColorKeywords), hexadecimal value, RGB value, or HSL value. The default value is rgb(0,0,0).",
|
||||||
"examples": [
|
"examples": [
|
||||||
"Black",
|
"Black",
|
||||||
"7fffd4",
|
"7fffd4",
|
||||||
|
@ -465,8 +465,8 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"disable_page_numbering": {
|
"disable_page_numbering": {
|
||||||
"default": false,
|
"default": true,
|
||||||
"description": "If this option is set to true, then the page numbering will be disabled. The default value is false.",
|
"description": "If this option is set to true, then the page numbering will be disabled. The default value is true.",
|
||||||
"title": "Disable Page Numbering",
|
"title": "Disable Page Numbering",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
@ -477,8 +477,8 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"show_last_updated_date": {
|
"show_last_updated_date": {
|
||||||
"default": true,
|
"default": false,
|
||||||
"description": "If this option is set to true, then the last updated date will be shown in the header. The default value is true.",
|
"description": "If this option is set to true, then the last updated date will be shown in the header. The default value is false.",
|
||||||
"title": "Show Last Updated Date",
|
"title": "Show Last Updated Date",
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
@ -490,8 +490,8 @@
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"text_alignment": {
|
"text_alignment": {
|
||||||
"default": "justified",
|
"default": "left-aligned",
|
||||||
"description": "The alignment of the text. The default value is justified.",
|
"description": "The alignment of the text. The default value is left-aligned.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"left-aligned",
|
"left-aligned",
|
||||||
"justified",
|
"justified",
|
||||||
|
|
Loading…
Reference in New Issue