mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
chore: started working on the rendercv_settings pipeline
This commit is contained in:
@@ -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
|
||||
35
schema.json
35
schema.json
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user