mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
docs: update schema.json
This commit is contained in:
11
schema.json
11
schema.json
@@ -173,10 +173,8 @@
|
||||
"title": "Margins"
|
||||
},
|
||||
"show_timespan_in": {
|
||||
"default": [
|
||||
"Experience"
|
||||
],
|
||||
"description": "The time span will be shown in the date and location column in these sections. The input should be a list of section titles as strings (case-sensitive). The default value is ['Experience'].",
|
||||
"default": [],
|
||||
"description": "The time span will be shown in the date and location column in these sections. The input should be a list of section titles as strings (case-sensitive). The default value is [] (no section will show the time span).",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1621,6 +1619,7 @@
|
||||
"title": "DOI",
|
||||
"oneOf": [
|
||||
{
|
||||
"pattern": "\\b10\\..*",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
@@ -1948,9 +1947,7 @@
|
||||
"top": "0.3 cm"
|
||||
}
|
||||
},
|
||||
"show_timespan_in": [
|
||||
"Experience"
|
||||
]
|
||||
"show_timespan_in": []
|
||||
},
|
||||
"description": "The design information of the CV. The default is the classic theme.",
|
||||
"discriminator": {
|
||||
|
||||
Reference in New Issue
Block a user