Page Builder is a special editing mode that lets you compose a page from pre-made building blocks. Instead of editing the full page HTML, you work with individual regions — sections, containers, and columns — and choose from a library of ready-made blocks to fill them. This separation protects the structural HTML of the page. You can edit text and images inside a column without accidentally deleting a surroundingDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/webjetcms/webjetcms/llms.txt
Use this file to discover all available pages before exploring further.
<section> or <div class="container">.
Page Builder mode is enabled per template or template group. If you do not see the block structure when you open a page, the page uses Standard or HTML editor mode instead.
Switching editor modes
When a page uses Page Builder, the editor toolbar shows a toggle between editor modes:- Page Builder — the default mode; the page is divided into coloured, interactive blocks.
- Standard — the full WYSIWYG text editor for the entire page.
- HTML — raw HTML editing (for specialised pages supplied by a developer).
| Setting | Screen width | CSS class set |
|---|---|---|
| Desktop | ≥ 1200 px | col-xl-* |
| Tablet | 768–1199 px | col-md-* |
| Mobile | < 768 px | col-* |
Understanding the block structure
Moving your cursor over the page highlights the structural layers in different colours:Section (blue)
The outermost building block, typically full-width. Corresponds to an HTML
<section> element.Container (red)
Sits inside a section and constrains content to a narrower width for better readability. Corresponds to
<div class="container">.Column (green)
The innermost editable region. Contains text, images, or embedded applications. Corresponds to
<div class="col-*">.Working with blocks
Opening the toolbar
Hover over any section, container, or column to see its coloured border. Click the gear icon that appears to open the toolbar for that element. The toolbar contains:| Option | What it does |
|---|---|
| Style | Opens the style panel to set background image, background colour, alignment, padding, and other visual properties |
| Column width | Sets the column width per device size (desktop / tablet / mobile) |
| Move block | Shows available positions on the page; click a position to move the block there |
| Duplicate | Creates a copy of the block in the same position |
| Favorites | Saves the block to your personal Favorites list for quick reuse |
| Delete | Removes the block from the page |
Adding a new block
After clicking a gear icon, + insertion points appear above and below the current block. Click a + to open the block picker, which has three tabs:Basic
Simple layout blocks in different column combinations (full-width, two columns, three columns, etc.).
Library
Custom blocks prepared for your website. Browse by name or filter by tag.
Favorites
Blocks you have saved with the Favorites action.
Searching and filtering in the Library tab
Type a block name into the search box to narrow the list. You can also click a tag to show only blocks with that label. Tags and block names are defined by your web designer in thepagebuilder.properties configuration file for each block group.
Editing column width
Select a column’s gear icon and choose Column width. Set the width for each device size independently. This allows you to display three columns side by side on desktop while stacking them full-width on mobile.Editing content inside a block
Click directly inside a column (green area) to activate the CKEditor text editor for that region. You can type, format, insert images, and add links just as in the Standard editor — but only within that column.Splitting a column
The Split Column function lets you divide an existing column into two without having to insert a new column manually and copy content across.Find the yellow insertion bar
Hover over the column you want to split. A yellow + bar appears between content blocks inside the column.
Favorite blocks
Mark a block as a favourite by clicking Favorites in its gear toolbar. Saved blocks appear in the Favorites tab of the block picker, letting you quickly insert blocks you use often without searching the library each time.Unsaved changes detection
The editor monitors changes to the page content. If you click Cancel to close the editor window while there are unsaved changes, a warning dialog appears:- OK — close without saving (changes are lost).
- Cancel — return to the editor to save your work.
Change detection activates 5 seconds after the page opens in the editor. This delay allows all scripts and application previews to fully load before the initial snapshot is taken.
