Skip to main content
Page section components are the building blocks of each portal page. Unlike generic layout components (Container, Grid, etc.), these are data-aware — they fetch live data from your Nexudus location and render fully functional portal sections. They are registered in the editor via useEditorConfiguration and organised by category. When used in the editor, they render with mock data so you can preview the layout without needing a live API connection.

Categories and components

Home Page

ComponentDescription
HomePageThe complete home page with toggleable hero, plans, events and locations sections. Configure which sections to show, heading sizes, and custom class names per section.
HomePageHeroThe hero area with main text, sub-text and search box. Can be used standalone or as part of HomePage.
NavBarThe portal navigation bar. Supports fixed/floating header and transparent/solid styles.

HomePage Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Redirect URLCustom redirect URL for the home page.
Navigation Bar
Show navigation barDisplay the navigation bar at the top of the page.
Fixed headerKeep the navigation bar fixed at the top when scrolling.
Header typeChoose between Floating (transparent over hero) or Solid (solid background).
Hero
Show hero sectionDisplay the main hero area with title, search box and call-to-action text.
Background styleHow to display the hero background — Primary colour, Bootstrap colour, Image from URL, or Custom image URL.
Bootstrap colourSelect a Bootstrap colour for a solid colour background (if using Bootstrap colour style).
Background image URLURL of an image to use as the hero background (if using image style).
Show main textDisplay the large primary heading text.
Show sub textDisplay the secondary/subtitle text below the main heading.
Show search boxDisplay the location/plan search input field.
Location nameOverride the automatically detected location name in the hero text.
Typewriter text 1First line of typewriter text in the hero (e.g., “Get work done in”).
Typewriter text 2Second line of typewriter text (e.g., “Coworking spaces in”).
Typewriter text 3Third line of typewriter text (e.g., “Find meeting space in”).
Additional CSS classesCustom CSS classes to apply to the hero section for styling.
Plans
Show plans sectionDisplay the membership plans section.
Show titleShow the section heading (“Membership Plans”).
Title sizeChoose Small or Large heading size.
Only show time passesFilter to display only time pass products (exclude monthly plans).
Additional CSS classesCustom CSS classes for the plans section styling.
Events
Show events sectionDisplay the upcoming events section.
Show titleShow the section heading (“Upcoming Events”).
Title sizeChoose Small or Large heading size.
Number of events to showHow many upcoming events to display (1-9).
Additional CSS classesCustom CSS classes for the events section styling.
Locations
Show locations sectionDisplay the locations grid section.
Show titleShow the section heading (“Our Locations”).
Title sizeChoose Small or Large heading size.
Additional CSS classesCustom CSS classes for the locations section styling.

HomePageHero Parameters

ParameterDescription
Background
Background styleHow to display the hero background — Primary colour, Bootstrap colour, Image from URL, or Custom image URL.
Bootstrap colourSelect a Bootstrap colour for a solid colour background (if using Bootstrap colour style).
Background image URLURL of an image to use as the hero background (if using image style).
Content
Show main textDisplay the large primary heading text.
Show sub textDisplay the secondary/subtitle text below the main heading.
Show search boxDisplay the location/plan search input field.
Location nameOverride the automatically detected location name in the hero text.
Typewriter text 1First line of typewriter text (e.g., “Get work done in”).
Typewriter text 2Second line of typewriter text (e.g., “Coworking spaces in”).
Typewriter text 3Third line of typewriter text (e.g., “Find meeting space in”).
Advanced
Additional CSS classesCustom CSS classes to apply to the hero section for styling.
ParameterDescription
Fixed headerKeep the navigation bar fixed at the top when scrolling.
TypeChoose between Floating (transparent over hero) or Solid (solid background).

Dashboard

ComponentDescription
PersonalDashboardComplete member dashboard container.
PersonalDashboardHeaderDashboard welcome header area.
DashboardHeroHero area for the dashboard page.
QuickActionsGrid of quick-action buttons (book, pay, etc.).
AnnouncementsBannerDisplays active announcements from the dashboard.
OnBoardingSectionStep-by-step onboarding guide for new members.
StatisticsSectionMember usage statistics display.
WeeklyAgendaCalendarWeekly calendar view of the member’s upcoming bookings.
DashboardFeaturedArticlesHighlighted articles on the dashboard.
DashboardFeaturedEventsHighlighted upcoming events on the dashboard.

PersonalDashboard Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Hero
Background styleHow to display the hero background — Primary colour, Bootstrap colour, Image from URL, or Custom image URL.
Bootstrap colourSelect a Bootstrap colour for a solid colour background (if using Bootstrap colour style).
Background image URLURL of an image to use as the hero background (if using image style).
Quick Actions
Show titleDisplay the section heading (“Quick Actions”).
Show “Book a room”Show button to book a meeting room.
Show “Book a desk”Show button to book a desk space.
Show “Buy a day pass”Show button to purchase a day pass.
Show “Register a visitor”Show button to register an upcoming visitor.
Show “View invoices”Show link to view billing history and download invoices.
Show “View membership details”Show link to view current plan and benefits.
Show “Contact support”Show quick contact form for getting help.
Show “View FAQ articles”Show link to browse common help articles.
Visibility
Show announcementsDisplay the announcements banner showing site updates or policies.
Show onboardingShow the step-by-step welcome guide for new members.
Show weekly calendarDisplay a mini-calendar of upcoming bookings.
Show upcoming bookingsShow list of confirmed future bookings.
Show predicted bookingsShow AI-suggested bookings based on regular patterns.
Show referral bannerDisplay the friend referral promotion area.
Show featured articlesHighlight relevant help articles on the dashboard.
Show featured eventsShowcase upcoming events that may be of interest.

DashboardHero Parameters

ParameterDescription
Slot for announcements contentContainer slot for dynamic announcement components.
Background styleHow to display the hero background — Primary colour, Bootstrap colour, Image from URL, or Custom image URL.
Bootstrap colourSelect a Bootstrap colour for a solid colour background (if using Bootstrap colour style).
Background image URLURL of an image to use as the hero background (if using image style).

QuickActions Parameters

ParameterDescription
Show titleDisplay the section heading (“Quick Actions”).
Show “Book a room”Show button to book a meeting room.
Show “Book a desk”Show button to book a desk space.
Show “Buy a day pass”Show button to purchase a day pass.
Show “Register a visitor”Show button to register an upcoming visitor.
Show “View invoices”Show link to view billing history and download invoices.
Show “View membership details”Show link to view current plan and benefits.
Show “Contact support”Show quick contact form for getting help.
Show “View FAQ articles”Show link to browse common help articles.

AnnouncementsBanner Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.

OnBoardingSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.

StatisticsSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.

WeeklyAgendaCalendar Parameters

ParameterDescription
No parameters available — uses default settings.

DashboardFeaturedArticles Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.

DashboardFeaturedEvents Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.

Bookings

ComponentDescription
ResourceListBrowsable list of bookable resources.
ResourceCalendarCalendar view for browsing and booking resources.
BookingEditBooking creation and editing form.
BuildingAvailabilitySectionReal-time availability display for building/location.
PredictiveBookingsAI-suggested bookings based on member usage patterns.

ResourceList Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Display options
Show filtersDisplay filter controls for category, capacity and amenities.
Show gridShow resources in a visual grid layout.
Show sensor dataDisplay real-time occupancy sensors (if enabled).
Show priceDisplay the hourly/daily pricing for each resource.
Show instant bookingEnable direct booking without approval (instant confirmation).
Show status badgeDisplay the availability status badge (Available/Unavailable) on each resource card.
Views
Show calendar viewAdd month/day calendar toggle for date selection.
Show floor plan viewDisplay resources on an interactive floor plan map.
Show map viewShow a simple map with resource locations marked.
Filters
Show category filterAllow filtering by resource type (e.g., Meeting Room, Desk).
Show capacity filterFilter resources by maximum person capacity.
Show amenities filterFilter resources by available features (e.g., Whiteboard, TV).

ResourceCalendar Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Display options
Show filtersDisplay filter controls for category, capacity and amenities.
Show calendarShow the main date/time selection calendar.
Views
Show calendar viewAdd month/day calendar toggle for date selection.
Show floor plan viewDisplay resources on an interactive floor plan map.
Show map viewShow a simple map with resource locations marked.
Filters
Show category filterAllow filtering by resource type (e.g., Meeting Room, Desk).
Show capacity filterFilter resources by maximum person capacity.
Show amenities filterFilter resources by available features (e.g., Whiteboard, TV).

BookingEdit Parameters

ParameterDescription
Sections
Show resource imageDisplay an image of the booked resource.
Show resource detailsShow name, capacity and location information for the resource.
Show desk selectionAllow selecting specific desks within a shared space option.
Show visitor managementEnable adding guest/visitor names and email addresses.
Show additional productsDisplay optional add-ons (print credits, event tickets, etc.).
Show custom fieldsRender any custom fields configured for bookings.
Show booking notesAllow adding internal notes to the booking.
Checkout Options
Show payment methodDisplay available payment methods during checkout.
Show basket summaryShow a summary of the booking and total cost before confirming.
Layout Options
Show back buttonDisplay a button to return to previous step in the booking flow.

BuildingAvailabilitySection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.

PredictiveBookings Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.

Events

ComponentDescription
EventPageRouterEvent listing with routing for event detail views.
FeaturedEventsListCurated list of featured events.
UpcomingEventsChronological list of upcoming events.
EventDetailsPageFull event detail page.
EventCheckoutPageEvent purchase checkout flow.
SimpleEventsGridSimple grid display of events.

EventPageRouter Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show featured events sectionDisplay the curated “Featured Events” section at the top.
Show featured section titleShow heading (“Featured Events”) for the featured section.
Show upcoming events sectionDisplay the chronological list of all upcoming events.
Views
Show calendar views (Month, Day)Enable month and day view toggles in the calendar.
Filters
Upcoming events to skipNumber of recent events to hide (for pagination).
Show filtersDisplay category and date range filter controls.

FeaturedEventsList Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Featured Events”).

UpcomingEvents Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Title
Show titleDisplay the section heading (“Upcoming Events”).
Title sizeChoose Small or Large heading size.
Filters
Events to skip (0-10)Number of events to exclude from the top of the list.
Advanced
Additional CSS classesCustom CSS classes for styling the event cards and container.

EventDetailsPage Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the event name and date as a page header.
Show comments sectionAllow customers to leave reviews and ratings after attending.
Show related eventsRecommend similar upcoming events at the bottom of the page.

EventCheckoutPage Parameters

ParameterDescription
Sections
Show event imageDisplay the main promotional image for the event.
Show event descriptionShow the full event details (date, time, location, what’s included).
Checkout Options
Show basket summaryDisplay order summary with total price before payment.
Layout Options
Show back buttonAllow customer to return to event details page without completing purchase.

SimpleEventsGrid Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Title
Show titleDisplay the section heading (“Upcoming Events”).
Title sizeChoose Small or Large heading size.
Filters
Number of events to show (1-9)How many upcoming events to display in the grid.
Advanced
Additional CSS classesCustom CSS classes for styling the event cards and container.

Courses

ComponentDescription
CoursePageRouterCourse listing with routing for detail views.
FeaturedCourseListCurated list of featured courses.
CoursesListComplete list of available courses.
CourseDetailsPageFull course detail page.
CourseCheckoutPageCourse purchase checkout flow.

CoursePageRouter Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show featured courses sectionDisplay the curated “Featured Courses” section at the top.
Show featured section titleShow heading (“Featured Courses”) for the featured section.
Show courses list sectionDisplay the chronological list of all available courses.
Show courses list titleShow heading (“Available Courses”) for the main course list.
Title sizeChoose Small or Large heading size for the main course list.
Filters
Courses to skipNumber of recent courses to hide (for pagination).
Show filtersDisplay category filter controls.

FeaturedCourseList Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Featured Courses”).

CoursesList Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Available Courses”).
Title sizeChoose Small or Large heading size.
Courses to skipNumber of courses to exclude from the top of the list.

CourseDetailsPage Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the course name and instructor as a page header.
Show course lessons sectionList all course modules/lessons with duration estimates.

CourseCheckoutPage Parameters

ParameterDescription
Sections
Show course imageDisplay the main promotional image for the course.
Show course descriptionShow the full course details (schedule, what you’ll learn, who it’s for).
Checkout Options
Show basket summaryDisplay order summary with total price before payment.
Layout Options
Show back buttonAllow customer to return to course details page without completing purchase.

Articles

ComponentDescription
BlogPageRouterArticle listing with routing for detail views.
FeaturedBlogListCurated list of featured articles.
RecentBlogPostsChronological list of recent articles.
BlogPostDetailsPageFull article detail page.

BlogPageRouter Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show featured posts sectionDisplay the curated “Featured Articles” section at the top.
Show featured section titleShow heading (“Featured Articles”) for the featured section.
Show recent posts sectionDisplay the chronological list of all articles.
Filters
Recent articles to skipNumber of recent articles to exclude from display (for pagination).
Show filtersDisplay category and search filter controls.

FeaturedBlogList Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Featured Articles”).

RecentBlogPosts Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Posts to Skip (0-10)Number of articles to exclude from the top of the list.

BlogPostDetailsPage Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the article title and author info as a page header.
Show comments sectionAllow customers to leave comments on articles.
Show related articlesRecommend similar articles at the bottom of the page.

Store

ComponentDescription
SimpleProductGridGrid display of purchasable products.
SimplePlansGridGrid display of available membership plans.
ProductCheckoutPageSingle product checkout flow.
ProductsCheckoutPageMulti-product checkout flow.

SimpleProductGrid Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Products”).
Title sizeChoose Small or Large heading size.
Only show time passesFilter to display only time pass products (exclude other product types).
Advanced
Additional CSS classesCustom CSS classes for styling the product cards and container.

SimplePlansGrid Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Title
Show titleDisplay the section heading (“Membership Plans”).
Title sizeChoose Small or Large heading size.
Filters
Number of plans to showHow many membership plans to display in the grid (1-9).
Advanced
Additional CSS classesCustom CSS classes for styling the plan cards and container.

ProductCheckoutPage Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Display Options
Show titleDisplay the product name as a page header.
Checkout Options
Show payment methodDisplay available payment methods during checkout.
Show basket summaryShow order summary with total price before confirming purchase.
Layout Options
Show back buttonAllow customer to return to product listing without completing purchase.

ProductsCheckoutPage Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Display Options
Show filtersDisplay category and location filter controls.
Show product type filterFilter products by type (e.g., Day Pass, Desk, Room).
Show location selectorAllow switching between locations to view local products.
Product Card Options
Show product descriptionDisplay the product summary text on each card.
Show product priceShow the hourly/daily/monthly pricing on each card.
Show product imageDisplay a visual thumbnail for each product.
Layout Options
Grid gapSpace between cards in the grid (e.g., “1.5rem”).
Minimum card widthSmallest width a product card can shrink to (e.g., “300px”).

My Activity

ComponentDescription
MyBookingsSectionMember’s booking history and upcoming bookings.
MyInvoicesSectionMember’s invoices and payment history.
MyVisitorsSectionMember’s visitor registrations.
MyDeliveriesSectionMember’s parcel/delivery log.
MyEventsSectionMember’s event registrations.
MyCoursesSectionMember’s course enrolments.
MyPlansSectionMember’s active plans and subscriptions.

MyBookingsSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the section heading (“My Bookings”).
Show filter barShow date and category filters for quick searching.
Show resource imageDisplay thumbnail images for booked resources.
Actions
Show booking settings buttonLink to manage recurring bookings and preferences.
Show make a booking buttonQuick access button to book a new resource.
Show modify buttonAllow editing existing bookings (if enabled).
Team
Show team bookingsInclude bookings made by other team members in this view.

MyInvoicesSection Parameters

ParameterDescription
Sections
Show titleDisplay the section heading (“My Invoices”).
Show filter barShow date and status filters for quick searching.
Actions
Show download buttonAllow customers to download invoice PDFs.
Show pay buttonQuick access button to make a payment on an invoice.

MyVisitorsSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the section heading (“My Visitors”).
Show filter barShow date and status filters for quick searching.
Actions
Show register visitor buttonQuick access to invite a guest/visitor.
Show delete buttonAllow deleting past visitor records.
Show reinvite buttonResend the invitation email to a registered visitor.

MyDeliveriesSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the section heading (“My Deliveries”).
Show filter barShow date and status filters for quick searching.
Actions
Show manage buttonLink to manage delivery preferences and notifications.

MyEventsSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the section heading (“My Events”).
Show filter barShow date and category filters for quick searching.
Show event card imageDisplay promotional images on each event card.
Actions
Show ticket action buttonsQuick access to view/download tickets, or cancel attendance.
Show see all events buttonLink to browse the full upcoming events calendar.

MyCoursesSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the section heading (“My Courses”).
Show course imageDisplay thumbnail images for enrolled courses.
Show progress badgeShow progress percentage on each enrolled course card.
Actions
Show see all courses buttonLink to browse all available courses (for upgrading or taking more).

MyPlansSection Parameters

ParameterDescription
Sections
Show titleDisplay the section heading (“My Plans”).
Show join a plan buttonQuick access to browse and purchase new membership plans.
Show my plans sectionList currently active plans with renewal dates.
Show my benefits sectionDisplay included benefits (booking credit, passes, etc.).
Show my products sectionList any one-time purchased products or credits.
Benefits
Show booking credit sectionDisplay remaining booking credit balance and expiry.
Show booking time sectionShow available booking time (e.g., 40 hours/month).
Show passes sectionDisplay any unused day passes included in the plan.

Team

ComponentDescription
TeamMembersSectionTeam member list and management.
TeamBookingsSectionTeam booking overview.
TeamAttendanceSectionTeam attendance tracking.
TeamPermissionsSectionTeam permission management.

TeamMembersSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Team Members”).
Show filter barShow search and role filters for quick searching.
Show add members buttonQuick access to invite new team members.

TeamBookingsSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the section heading (“Team Bookings”).
Show filter barShow date and status filters for quick searching.
Actions
Show booking settings buttonLink to team-wide booking preferences and policies.
Show make a booking buttonQuick access for admins to book resources on behalf of members.
Display options
Show team member columnDisplay which team member each booking belongs to.

TeamAttendanceSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Team Attendance”).
Show my attendance sectionShow your own recent check-in/out history.
Show team attendance matrixDisplay a calendar overview of all team member attendance.
Show manage attendance buttonLink to adjust attendance settings and policies.

TeamPermissionsSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Team Permissions”).
Show access cardDisplay team member access card information.
Show manage permissions buttonLink to adjust role-based permissions and settings.
Show access account buttonQuick link to view and edit your personal account details.

Personal / Profile

ComponentDescription
PersonalInformationSectionMember profile editing form.
BillingInformationSectionBilling address and details.
BillingCardSectionPayment method management card.
EInvoicingCardSectionE-invoicing configuration card.
PaymentMethodsSectionsMulti-provider payment method management (Stripe, Spreedly, GoCardless).
ProfessionalProfileSectionPublic professional profile editing.
SettingTabsSectionAccount settings tabbed interface.
CredentialsSectionPassword and security credentials.
IntegrationsSectionThird-party integration settings.
VoManageSectionVirtual office management interface.

PersonalInformationSection Parameters

ParameterDescription
Profile images
Allow banner uploadEnable uploading a profile header/banner image.
Allow avatar uploadEnable uploading a profile photo/avatar image.

BillingInformationSection Parameters

ParameterDescription
Billing Card
Show titleDisplay the section heading (“Billing Information”).
eInvoicing Card
Show titleDisplay the section heading (“E-Invoicing”).

BillingCardSection Parameters

ParameterDescription
Sections
Show titleDisplay the section heading (“Billing Information”).

EInvoicingCardSection Parameters

ParameterDescription
Sections
Show titleDisplay the section heading (“E-Invoicing”).

PaymentMethodsSections Parameters

ParameterDescription
No parameters available — uses default settings.

ProfessionalProfileSection Parameters

ParameterDescription
Sections
Show social networksDisplay links to your LinkedIn, Twitter, or other social profiles.
Show skills & expertiseShow your professional skills and areas of expertise.
Show directory sectionInclude you in the public member directory search.

SettingTabsSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Tabs visibility
Show Bookings tabEnable the Bookings settings tab in the account settings menu.
Show Preferences tabEnable the Email/SMS notification preferences tab.
Show Security tabEnable the password and two-factor authentication settings tab.
Show Integrations tabEnable the third-party integration management tab (Google, Outlook, Apple).
Show Notifications tabEnable the mobile push notification settings tab.

CredentialsSection Parameters

ParameterDescription
Section visibility
Show PIN sectionDisplay the 4-digit PIN setup and management area.
Show change password sectionAllow changing your account password.
Show “Request new password” buttonDisplay a quick link to reset forgotten passwords via email.

IntegrationsSection Parameters

ParameterDescription
Section visibility
Show Calendar Integrations sectionDisplay Google Calendar, Outlook and Apple Calendar sync settings.
Show Calendar Feeds sectionDisplay iCal feed URLs for subscribing externally.
Show Resource Feeds sectionDisplay API feeds for integrating with external systems.
Provider visibility
Show GoogleEnable Google account linking and sync options.
Show OutlookEnable Microsoft Outlook/Exchange account linking.
Show AppleEnable Apple Calendar account linking.

VoManageSection Parameters

ParameterDescription
Tabs
Show handling preferences tabConfigure how packages and mail are handled (hold time, notifications).
Show address book tabManage the list of people who can collect your deliveries.
Show identity checks tabView and manage completed identity verification status.
Display
Show profile mismatch alertDisplay a warning if your profile information doesn’t match official records.

Community

ComponentDescription
CommunityBoardListSectionCommunity discussion board.
DirectorySectionMember directory listing.
PerksSectionAvailable perks and benefits.
NewsletterNewsletter subscription form.

CommunityBoardListSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the section heading (“Community Board”).
Show filter barShow category and date filters for quick searching.
Actions
Show “Start discussion” buttonQuick access to create a new forum thread or discussion topic.

DirectorySection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show titleDisplay the section heading (“Directory”).
Show filter barShow search and category filters for finding members.
Filters
Show industry / skill filterFilter directory results by profession or area of expertise.
Show order filterSort results by date joined, name, or company size.
Show search boxDisplay the member search input field.
Card display
Show company nameDisplay the registered business/company name on each card.
Show home locationDisplay which location is set as this member’s primary base.
Actions
Show view profile buttonQuick access to view a member’s full public profile.
Show message buttonAllow sending an in-app message to another member.

PerksSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Community Perks”).
Show filter barShow category filters for finding specific perks.
Max perks to showLimit how many perk cards display before showing “View all”.
Advanced
Additional CSS classesCustom CSS classes for styling the perks grid and cards.

Newsletter Parameters

ParameterDescription
Title TypeSet context for the newsletter title — General, Blog, or Event specific.
Show imageDisplay a featured image in the newsletter signup card.
Advanced
Additional CSS classesCustom CSS classes for styling the newsletter form and container.

Support

ComponentDescription
FaqPageSectionFrequently asked questions.
HelpDeskSectionHelp desk / support ticket interface.
ContactUsPageContact form page.
LocationsGridGrid of all business locations.

FaqPageSection Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Show titleDisplay the section heading (“Help & FAQ”).
Show filter barShow search and category filters for finding answers.
Show “Help me find an answer” buttonLaunch the guided help assistant that asks questions to suggest relevant articles.

HelpDeskSection Parameters

ParameterDescription
Show titleDisplay the section heading (“Help Desk”).
Show filter barShow search and category filters for finding answers.
Show “Help me find an answer” buttonLaunch the guided help assistant that asks questions to suggest relevant articles.
Show “Request help” buttonQuick access to open a new support ticket or contact the team.

ContactUsPage Parameters

ParameterDescription
Show mock data (in editor only)Show mock data instead of live data when editing.
Sections
Show contact us headerDisplay the section title and introductory text.
Show contact us formShow the name, email, subject and message input fields.
Show contact mapInclude an interactive map showing the location address.

LocationsGrid Parameters

ParameterDescription
Title
Show titleDisplay the section heading (“Our Locations”).
Title sizeChoose Small or Large heading size.
Advanced
Additional CSS classesCustom CSS classes for styling the locations grid and cards.

Mock data in the editor

When editing a page, section components render with mock data instead of making live API calls. This means you see realistic placeholder content (sample events, bookings, members, etc.) that lets you design the layout without needing actual data. Most section components include a Show mock data (in editor only) toggle in their properties. This defaults to true in the editor. When disabled, the component attempts to fetch live data — useful for testing with your actual data during local development.

Default page layouts

Every built-in page has a default layout — a pre-configured arrangement of section components. For example:
  • Home defaults to a HomePage component with hero, plans, events and locations.
  • Personal Dashboard defaults to DashboardHero, QuickActions, AnnouncementsBanner, WeeklyAgendaCalendar, and more.
  • Articles defaults to NavBar + BlogPageRouter + Newsletter.
You can customise these layouts freely. If you want to start over, use the Delete outline button in the toolbar to restore the default layout.