docs: update schema.json

This commit is contained in:
Sina Atalay 2024-04-08 00:39:03 +00:00 committed by GitHub
parent a2c35f3d36
commit 836fcd8485
1 changed files with 8 additions and 8 deletions

View File

@ -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",