feat: manage network people media
This commit is contained in:
@@ -39,6 +39,7 @@ const sectionAdmin = (description: string) => ({
|
||||
const statFields: Field[] = [text('value', 'Value'), text('label', 'Label')]
|
||||
|
||||
const personFields: Field[] = [
|
||||
uploadField('imageUpload', 'Image'),
|
||||
text('image', 'Image URL'),
|
||||
text('imageAlt', 'Image alt text'),
|
||||
text('name', 'Name'),
|
||||
@@ -51,6 +52,7 @@ const juryMemberFields: Field[] = [
|
||||
text('name', 'Name'),
|
||||
text('role', 'Role'),
|
||||
textarea('bio', 'Bio'),
|
||||
uploadField('imageUpload', 'Image'),
|
||||
text('image', 'Image URL'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user