PersonView#
File: frontend/packages/kitconcept-intranet/src/components/theme/PersonView.tsx
Registration:
config.views.contentTypesViews.Person = PersonView;
Renders the full detail page for a Person content item.
Props#
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
Yes |
First name |
|
|
No |
Last name |
|
|
No |
Displayed before the name |
|
|
No |
Profile image — uses |
|
|
No |
Short bio or tagline |
|
|
No |
Full bio, rendered as HTML |
|
|
No |
Organisational units |
|
|
No |
Department name |
|
|
No |
Rendered as |
|
|
No |
Rendered as |
|
|
No |
Office phone number |
|
|
No |
Fax number |
|
|
No |
Street or postal address |
|
|
No |
Building name or number |
|
|
No |
Room identifier |
|
|
No |
Location references rendered as |
Rendered sections#
Profile image
Full name with academic title
Organisational units and department
Contact section (phone, fax, email, website) with SVG icons
Address section (locations, building, room)
Bio section (
content.text.dataviadangerouslySetInnerHTML)