Custom Configuration Options
Here are some configuration options that you can customize based on how you want your app to look and function.
This is not a comprehensive list, and there may be more options available to you. Contact Support to request additional features and customization.
Giving
- Giving Integration
- There are a few options depending on which giving integration you're using. For more information and details about your giving integration, see Giving.
- Giving Heading
- You can show or hide the Giving heading, similar to what's available on other screens. When set to false (hidden), you can still add a title to the Giving screen by passing "title=" to the route. This can be useful for special collections.
Default is
showGivingHeading: false
- Unique Giving Images
- You can determine whether to use unique giving images per congregation. When set to true (and enableParishSupport is also set to true), the Giving screen background uses the image identified in the Graphic URL on the Congregation's record. When set to false, the standard Giving screen background is used.
Default is
useUniqueGivingImages: false
Groups
- Group Inquiry Comments
- You can show or hide the Comments field on group inquiry forms. Showing the field is useful for allowing app users to provide more details about their inquiry when they contact a group.
Default is
showGroupInquiryComments: false
- Sign Up Button
- You can show or hide the Sign Up button on the Group Detail screen. When set to true, a Group Participant record is created when an app user signs up for a group.
Default is
showGroupSignup: true
- Contact Group Button
- You can show or hide the Contact Group button on the Group Detail screen. When set to true, an Inquiry record is created when an app user contacts a group.
Default is
showGroupInquiry: false
- Email Group Leader Button
- You can show or hide the Email Group Leader button on the Group Detail screen. When set to true, an email is sent to the group's primary contact; no records are created in the Platform.
Default is
showGroupContact: false
- Group Description
- You can show or hide the description of a group on its card in the Groups List.
Default is
showGroupsListDescription: true
- Graphic above Contact Card
- You can show or hide the graphic above the Contact Card.
Default is
useConnectionCardGraphic: false
- Future Groups
- You can show or hide groups with future start dates.
Default is
showFutureGroups: false
- Group Contact
- You can show or hide the contact person for group.
Default is
showGroupContactPerson: false
- Clickable Group Contact
- You can determine whether the group contact is clickable, which allows an app user to contact them. To do this, you must have
showGroupContactPerson: true
.Default is
enableClickableGroupContactPerson: false
- Group Contact Position
- You can show the group contact either before or after the description of a group. To do this, you must have
showGroupContactPerson: true
.Default is
showGroupContactPersonAfterDescription: true
- Group Contact Image
- You can show or hide the image of the group contact (if one is attached to their record).
Default is
showGroupContactPersonContactBug: false
HTML Rendering
- HTML in Event Descriptions
- If needed, you can render HTML formatting used for event descriptions in the app. However, we do not recommend this.
Default is
htmlEventDescription: false
- HTML in Event Instructions
- If needed, you can render HTML formatting used for event instructions in the app. However, we do not recommend this.
Default is
htmlEventInstructions: false
- HTML in Opportunity Descriptions
- If needed, you can render HTML formatting used for opportunity descriptions in the app. However, we do not recommend this.
Default is
htmlOpportunityDescription: false
Opportunities
- Filter Buttons
- You can remove the opportunity, group, and/or event filter buttons if filter parameters are passed.
Default is
disableFilteredOpportunitiesFilters: true, disableFilteredGroupsFilters: true, disableFilteredEventsFilters: true
- Full Opportunities
- You can determine whether full opportunities display in the app. "Full" means the actual number of responses equals the Max Responses set for an opportunity.
Default is
showFullOpportunities: true
- Sign Up Button on Full Opportunities
- You can hide the Signup button on the Opportunity Detail screen when the number of responses reaches Max Responses.
Default is
disableSignupForFullOpps: true
Parish Selector
- Parish Selector
- If you have multiple parishes in the same MinistryPlatform instance, you can enable the Parish Selector.
Default is
enableParishSupport: false
- Global Hidden Parish
- Used in combination with
enableParishSupport
.Default is
globalHiddenParish: null
- Parish Selector Tabs
- You can show or hide the List, Recents, and Map tabs in the Parish Selector.
Default is
showParishesListTab: true, showRecentsParishesTab: true, showParishesMapTab: true
Sermon Series
- Series Detail Subtitle One
- You can set the first subtitle on the Series Detail screen. Available options are 'date', 'subtitle', 'scripture-links', and 'speaker'.
Default is
seriesDetailSubtitleOne: 'date'
- Series Detail Subtitle Two
- You can set the second subtitle on the Series Detail screen. Available options are 'speaker', 'subtitle', 'scripture-links', and 'date'.
Default is
seriesDetailSubtitleTwo: 'speaker'