CVGenerator/configs/example.json

37 lines
842 B
JSON

{
"locale": "en_US",
"header": {
"formats": {
"date": "%#d. %B %Y",
"address": "{number} {street}, {city}, {zip}"
},
"placeholders": {
"birth_date_place": "{date} in {city} ({country})"
}
},
"jobs": {
"formats": {
"default": "%B %Y"
},
"placeholders": {
"single": "{start}",
"from_to": "{start} til {end}",
"ongoing": "{start} til now"
}
},
"education": {
"formats": {
"default": "%Y"
},
"placeholders": {
"single": "{start}",
"from_to": "{start} til {end}",
"ongoing": "{start} til now"
}
},
"footer": {
"placeholders": {
"signature": "{date}"
}
}
}