improve pdf layout and add profile pics

This commit is contained in:
Joakim Repomaa
2026-02-19 18:21:11 +02:00
parent 60567717eb
commit 1744466b2b
10 changed files with 87 additions and 55 deletions

View File

@@ -31,6 +31,13 @@
{ name: 'location', label: 'Location', widget: 'string' },
{ name: 'website', label: 'Website', widget: 'string', required: false },
{ name: 'github', label: 'GitHub', widget: 'string' },
{ name: 'avatar', label: 'Avatar', widget: 'image', required: false },
{
name: 'profilePicture',
label: 'Profile Picture (for PDF)',
widget: 'image',
required: false,
},
{ name: 'summary', label: 'Summary', widget: 'text' },
],
},