mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 17:34:52 +10:00
26 lines
495 B
JSON
26 lines
495 B
JSON
{
|
|
"heading": {
|
|
"placeholder": "Heading"
|
|
},
|
|
"item": {
|
|
"add": "Add {{- heading}}",
|
|
"startDate": {
|
|
"label": "Start Date",
|
|
"placeholder": "March 2018"
|
|
},
|
|
"endDate": {
|
|
"label": "End Date",
|
|
"placeholder": "March 2022"
|
|
},
|
|
"description": {
|
|
"label": "Description"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"add": {
|
|
"label": "Add"
|
|
}
|
|
},
|
|
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text."
|
|
}
|