export default { fields: [ { name: 'name', type: 'text', text: 'Resume title' }, { name: 'description', type: 'text', text: 'A brief description of yourself' } ] }