mirror of https://github.com/eyhc1/rendercv.git
docs: update schema.json
This commit is contained in:
parent
309e66d5ff
commit
5d0032cb13
|
@ -88,7 +88,8 @@
|
||||||
"description": "The alignment of the text. The default value is justified.",
|
"description": "The alignment of the text. The default value is justified.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"left-aligned",
|
"left-aligned",
|
||||||
"justified"
|
"justified",
|
||||||
|
"justified-with-no-hyphenation"
|
||||||
],
|
],
|
||||||
"title": "Text Alignment",
|
"title": "Text Alignment",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -1117,7 +1118,8 @@
|
||||||
"description": "The alignment of the text. The default value is justified.",
|
"description": "The alignment of the text. The default value is justified.",
|
||||||
"enum": [
|
"enum": [
|
||||||
"left-aligned",
|
"left-aligned",
|
||||||
"justified"
|
"justified",
|
||||||
|
"justified-with-no-hyphenation"
|
||||||
],
|
],
|
||||||
"title": "Text Alignment",
|
"title": "Text Alignment",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
Loading…
Reference in New Issue