Prayer Session
Displays a collection of approved prayer requests one at a time for focused experience.
Last updated
Displays a collection of approved prayer requests one at a time for focused experience.
Last updated
⚙️ Powered by Rock RMS
Typically prefixed by the Prayer Session Setup block, this provides many configuration options for a tailored and intimate prayer time.
To display multiple prayers at once, check out the Prayer Card View block.
Name | Type | Description |
---|---|---|
PrayerCategory | Guid | An optional Guid of the category key. |
GroupGuid | Guid | An optional Guid to filter prayer requests to the specific group. |
MyCampus | bool | An optional boolean to filter to the context of the current campus. |
Name | Type | Description |
---|---|---|
Prayed Button Text | string | The text to display inside the Prayed button. Available in the XAML template as Lava variable |
Show Follow Button | bool | Indicates if the Follow button should be shown. Available in the XAML template as Lava variable |
Show Inappropriate Button | bool | Indicates if the button to flag a request as inappropriate should be shown. Available in the XAML template as Lava variable |
Public Only | bool | If enabled then only prayer requests marked as public will be shown. |
Inappropriate Flag Limit | int | The number of flags a prayer request has to get from the prayer team before it is automatically unapproved. |
Create Interactions for Prayers | bool | If enabled, this block will record an Interaction whenever somebody prays for a prayer request. |
Include Group Requests | bool | Includes prayer requests that are attached to a group. |
Order | select | The order in which to display the individual prayer requests. Please note, that if the request has the |
Field | Type | Description |
---|---|---|
PrayedButtonText | string | Prayed Button Text |
ShowFollowButton | bool | Show Follow Button |
ShowInappropriateButton | bool | Show Inappropriate Button |
SessionContext | string | A JSON dictionary representing the Session Context. |
Request | PrayerRequest | A Prayer Request object. |