
PageBuilder
Visual section builder for MODX 3: draft and publish without overwriting resource content


Version: Pro, capability datasources.
A query object, not a row list. Providers: modx-resources, pagebuilder-tables, minishop3. Rows appear at render time in dynamic list and filterable grid.
Filter operators: eq, contains, in, gte, lte, between, empty, not_empty. Keys sql, php, snippet, and class are rejected. limit is at most 100. Manager preview: mgr/datasource/query.
{
"name": "source",
"type": "datasource",
"label": "Source"
}{
"source": {
"provider": "modx-resources",
"table": "",
"filters": [{ "field": "parent", "op": "eq", "value": "5" }],
"sort": [{ "field": "menuindex", "direction": "asc" }],
"search": "",
"limit": 20
}
}For pagebuilder-tables, set table to the table key.