Skip to content
  1. Extras
  2. PageBuilder
  3. Getting started
  4. Key features

Key features

PageBuilder builds a page from section blocks, not from the resource Content field. Editors work in the Sections tab: draft, preview, publish. Developers add custom section types, fields, and output chunks, and hook in via pbOn* events.

Who it is for

RoleWhat you get
EditorDrag-and-drop sections, field inspector, draft, preview, publish without editing the template
Beginner developer34 built-in sections, 50 field types, JSON schema and Fenom in chunks without custom Vue
Experienced developerEvents, custom section types, tabular resource data, UTM, miniShop3 and Collections integration

Page builder

1. Section editor on the resource

The Sections tab on the resource form and in the PageBuilder CMP share one Vue bundle via VueTools. Add sections from the catalog, reorder by drag or Alt+↑/↓, duplicate, and copy between resources.

See Quick start and Manager and events.

2. Draft and publish

Edits go to draft first. Preview shows the draft without publishing. After Publish, the same layout goes to the site. On the site, [[!PageBuilder]] renders the published version only.

Storage details: Workflow, Developer → Data model.

3. Free and Pro section catalog

TierSectionsExamples
Free11hero, richtext, gallery, faq, cta
Pro23products_grid, contact_form, pricing_table, tabs

Each section has a catalog page: what the block is for, where to use it, what to fill in the inspector, and related sections.

4. Inspector and 50 field types

Field schema lives in section JSON: 30 Free types (text, repeater, editorjs, image, multiselect, video…) and 20 Pro (relation, gallery, combo, embeddedTable…). Each type has a reference page with Why, When to use, and Tips sections.

See Fields overview and Field types reference.

PageBuilder Pro

The pagebuilderpro extra adds capabilities and extends the editor:

  • Section library: save a block, insert on another resource, edit linked copy
  • Versions: document snapshots, diff, rollback
  • Presets: ready-made section sets for typical landings
  • Breakpoint fields: different values for desktop, tablet, and mobile
  • Advanced fields: 20 types in the CMP (relation, map, table, dependent, and more; capability advanced-fields)
  • Global CMP basket: restore or purge deleted sections and table rows (capability basket)

Commerce sections (products_grid, curated_products…) require miniShop3.

Details: PageBuilder Pro. Agent API for scripts and agents.

Data and integrations

5. Tabular resource data

The resource Tables tab stores rows in pb_*: filters, pagination, CSV/JSON import, row basket. The data_table section and PageBuilderTableRows snippet render data on the site. The embeddedTable field loads a table by table_key without inline rows in document JSON.

6. UTM and contexts

UTM registry in CMP, section visibility rules by tags and MODX context. Placeholder {{utm:key}} in fields. PageBuilderUtmSession and PageBuilderUtmUrl snippets for session and links.

7. Collections

With pagebuilder_collections_* enabled, Collections tabs with iframe appear on the resource form alongside the section editor.

8. Basket and undo

Per-page basket is in Free. Global CMP basket is in PageBuilder Pro (capability basket). Undo and redo in the editor. Copy sections between resources without hand-editing JSON.

Front-end output

9. Fenom and section chunks

Each section renders through a chunk with Fenom (pdoTools). Field data is in the section data. MODX and Fenom examples are on field pages and in Frontend output.

10. Snippets

SnippetPurpose
PageBuilderHTML of published sections
PageBuilderResourceSections from another resource
PageBuilderSitemapXML sitemap for pages with sections
PageBuilderTableRowsResource data table rows
PageBuilderUtmSession / PageBuilderUtmUrlUTM on the front
Public APIPublished sections as JSON for headless (api.php)

Full list: Snippets.

11. pbOn* events

Plugins hook save, publish, render, section type registration, and Pro providers. Extend PageBuilder without forking core.

Event list: Manager and events → Events.

Requirements

MODX Revolution3.0.3+
PHP8.2+
VueTools1.1.2+
pdoTools3.0+
miniShop3optional, for Pro commerce sections

MODX namespace: pagebuilder. Pro installs as extra pagebuilderpro (Free core is pulled in as a dependency).

Next steps

  1. Installation and first resource
  2. System settings
  3. Section catalog
  4. FAQ