Enable page builder

Learn how to enable page builder and understand what changes when it is active.

Overview

Page builder is enabled by default for all Skedulo teams. This page explains how to verify that it is on, how to disable it if needed, and what changes when it is active.

How to enable page builder

Page builder is controlled from Settings > Web app configuration > General.

  1. Log in to the web app
  2. Click the profile icon in the top right and navigate to Settings
  3. On the Settings page, navigate to Web app configuration > General
  4. Ensure the Enable page builder toggle is on

To confirm page builder is enabled:

  1. Verify that Settings > Web app configuration > Page configuration is visible in the left-hand menu
  2. Try navigating to https://<your-team>.my.skedulo.com/p/accounts

How to disable page builder

To disable page builder, follow the same steps as above and switch the Enable page builder toggle off.

What changes when page builder is enabled

Page builder URLs

Page builder pages use a different URL format to legacy pages. For more information on URL formats and examples, see Understand page builder URLs.

Job and resource detail pages

When page builder is enabled, the URLs for existing job and resource detail pages automatically redirect to their page builder equivalents:

Legacy URL Page builder URL
https://<your-team>.my.skedulo.com/job/<UID> https://<your-team>.my.skedulo.com/p/jobs/<UID>
https://<your-team>.my.skedulo.com/resources/<UID> https://<your-team>.my.skedulo.com/p/resources/<UID>

This means you can still share or bookmark legacy URLs — they will redirect automatically.

Existing customizations on the job detail page

Any existing customizations to the job details page, such as custom tabs, are automatically supported with no additional configuration required.

For other areas of the application, you may want to review and update the following so that users are directed to page builder pages:

  • Navigation menu items — existing menu items point to legacy URLs; update these if you want users directed to page builder versions
  • Page URL overrides — review any Page URL overrides to check if they need updating
  • Links in platform pages, list view configurations, or web extensions — update any embedded links, or configure page URL overrides to redirect users automatically

Next steps