chore: started working on the rendercv_settings pipeline

This commit is contained in:
Akib
2024-08-31 19:49:27 +00:00
parent 6689d82a6b
commit 680df5234a
2 changed files with 42 additions and 0 deletions

View File

@@ -141,3 +141,10 @@ design:
bottom: 0.3 cm
horizontal_between_connections: 0.5 cm
show_timespan_in: []
rendercv_settings:
output_folder_name: output
output_filename: John_Doe_ClassicTheme_CV
output_format: pdf
output_pdf_metadata:
title: John Doe's CV

View File

@@ -2002,6 +2002,41 @@
"default": null,
"description": "The locale catalog of the CV to allow the support of multiple languages.",
"title": "Locale Catalog"
},
"rendercv_settings": {
"type": "object",
"description": "The settings of the RenderCV.",
"output_folder_name": {
"default": "rendercv_output",
"description": "The name of the output folder.",
"title": "Output Folder Name",
"type": "string"
},
"pdf_path": {
"description": "The path of the PDF file.",
"title": "PDF Path",
"type": "string"
},
"latex_path": {
"description": "The path of the LaTeX file.",
"title": "LaTeX Path",
"type": "string"
},
"markdown_path": {
"description": "The path of the Markdown file.",
"title": "Markdown Path",
"type": "string"
},
"html_path": {
"description": "The path of the HTML file.",
"title": "HTML Path",
"type": "string"
},
"png_path": {
"description": "The path of the PNG file.",
"title": "PNG Path",
"type": "string"
}
}
},
"required": [