diff --git a/schema.json b/schema.json index 140a1e0..394dba1 100644 --- a/schema.json +++ b/schema.json @@ -133,6 +133,16 @@ "title": "Date and Location Column Width", "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": { "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.", @@ -1575,7 +1585,8 @@ }, "primary_color": "#004f90", "show_last_updated_date": true, - "show_timespan_in": [] + "show_timespan_in": [], + "text_alignment": "left-aligned" }, "page_size": "a4paper", "theme": "classic"