Person Profile
Display and edit information about a Person.
Last updated
Display and edit information about a Person.
Last updated
This block is pretty straightforward to get working. The only thing really required is a Person
context, which can be configured through the page settings.
The phone number types to display.
The template that displays at the very top of the block.
The header template has access to the following specialized commands.
ShowEdit
n/a
If allowed (through security authorization checks), displays a cover sheet containing the Person Profile
edit information.
The header template gets supplied the following merge fields.
Person
Rock.Model.Person
The Person
retrieved from context.
CanEdit
bool
A value depicting whether or not the CurrentPerson
has authorization to edit the Person retrieved from context.
The template that displays underneath the contact buttons supplied by the block.
Person
Rock.Model.Person
The Person
retrieved from context.
The template that displays underneath the Custom Actions Template.
Person
Rock.Model.Person
The Person
retrieved from context.
A boolean value depicting whether or not the demographics panel should be shown.
A boolean value depicting whether or not the contact information panel should be shown.
If selected (and there is a valid reminder type), a 'Reminder' button will be shown that shows this page in a cover sheet.