feat: implement free-form resume page formats, resolves #2991

This commit is contained in:
Amruth Pillai
2026-05-08 11:28:18 +02:00
parent 9cbb30d3ba
commit 2cd774dab7
94 changed files with 860 additions and 443 deletions
+2 -2
View File
@@ -1689,8 +1689,8 @@
"format": {
"default": "a4",
"type": "string",
"enum": ["a4", "letter"],
"description": "The format of the page. Can be 'a4' or 'letter'."
"enum": ["a4", "letter", "free-form"],
"description": "The format of the page. Can be 'a4', 'letter', or 'free-form'."
},
"locale": {
"default": "en-US",