extract string from references tab

This commit is contained in:
Amruth Pillai
2020-03-30 02:42:24 +05:30
parent a373c463b4
commit a6ca22d3e0
4 changed files with 91 additions and 117 deletions

View File

@ -6,6 +6,7 @@ import awards from './awards.json';
import certifications from './certifications.json';
import skills from './skills.json';
import languages from './languages.json';
import references from './references.json';
export default {
profile,
@ -16,4 +17,5 @@ export default {
certifications,
skills,
languages,
references,
};

View File

@ -0,0 +1,21 @@
{
"name": {
"label": "Name",
"placeholder": "Richard Hendricks"
},
"position": {
"label": "Position",
"placeholder": "CEO, Pied Piper"
},
"phone": {
"label": "Phone Number",
"placeholder": "+1 123 456 7890"
},
"email": {
"label": "Email Address",
"placeholder": "richard@piedpiper.com"
},
"description": {
"placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of."
}
}