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"
|
||||
},
|
||||
"color": {
|
||||
"default": "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,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,0,0).",
|
||||
"examples": [
|
||||
"Black",
|
||||
"7fffd4",
|
||||
|
@ -465,8 +465,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"disable_page_numbering": {
|
||||
"default": false,
|
||||
"description": "If this option is set to true, then the page numbering will be disabled. The default value is false.",
|
||||
"default": true,
|
||||
"description": "If this option is set to true, then the page numbering will be disabled. The default value is true.",
|
||||
"title": "Disable Page Numbering",
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -477,8 +477,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"show_last_updated_date": {
|
||||
"default": true,
|
||||
"description": "If this option is set to true, then the last updated date will be shown in the header. The default value is 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 false.",
|
||||
"title": "Show Last Updated Date",
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -490,8 +490,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"text_alignment": {
|
||||
"default": "justified",
|
||||
"description": "The alignment of the text. The default value is justified.",
|
||||
"default": "left-aligned",
|
||||
"description": "The alignment of the text. The default value is left-aligned.",
|
||||
"enum": [
|
||||
"left-aligned",
|
||||
"justified",
|
||||
|
|
Loading…
Reference in New Issue