update JSON schema

This commit is contained in:
Sina Atalay 2023-11-20 20:13:05 +01:00
parent 9afec3ba3b
commit 8044b43f34
1 changed files with 12 additions and 1 deletions

View File

@ -133,6 +133,16 @@
"title": "Date and Location Column Width", "title": "Date and Location Column Width",
"type": "string" "type": "string"
}, },
"text_alignment": {
"default": "left-aligned",
"description": "The alignment of the text.",
"enum": [
"left-aligned",
"justified"
],
"title": "Text Alignment",
"type": "string"
},
"show_timespan_in": { "show_timespan_in": {
"default": [], "default": [],
"description": "The time span will be shown in the date and location column in these sections. The input should be a list of strings.", "description": "The time span will be shown in the date and location column in these sections. The input should be a list of strings.",
@ -1575,7 +1585,8 @@
}, },
"primary_color": "#004f90", "primary_color": "#004f90",
"show_last_updated_date": true, "show_last_updated_date": true,
"show_timespan_in": [] "show_timespan_in": [],
"text_alignment": "left-aligned"
}, },
"page_size": "a4paper", "page_size": "a4paper",
"theme": "classic" "theme": "classic"