add enable/disable checkbox, and heading modifier

This commit is contained in:
Amruth Pillai
2020-03-25 10:07:09 +05:30
parent 25a6740c24
commit 8521b1125b
17 changed files with 335 additions and 117 deletions

View File

@ -26,30 +26,37 @@ const initialState = {
email: '',
},
objective: {
enable: false,
heading: 'Objective',
body: '',
},
work: {
enable: false,
heading: 'Work Experience',
items: [],
},
education: {
enable: false,
heading: 'Education',
items: [],
},
awards: {
enable: false,
heading: 'Honors & Awards',
items: [],
},
certifications: {
enable: false,
heading: 'Certifications',
items: [],
},
skills: {
enable: false,
heading: 'Skills & Hobbies',
items: [],
},
extras: {
enable: false,
heading: 'Personal Information',
items: [],
},