
- MODX 3
- PHP 8.2
- Vue 3


Result: the page lists records at request time, not a copy stored in the section JSON. Requires PageBuilder Pro and capability datasources (a live query to a provider).
[[!PageBuilder]].datasources is on. Without it the text is Datasources are not available.modx-resources, published child resources exist. For a table, table_key already exists. For miniShop3, the package is installed.dynamic_list section.datasource pick a provider: modx-resources, pagebuilder-tables, or minishop3.QueryPolicy rejects a limit above 100.eq, contains, in, gte, lte, between, empty, not_empty. contains ignores case, including Cyrillic. Keys sql, php, snippet, and class are rejected.mgr/datasource/query.items and total.An empty provider: Datasource is not configured. An empty result uses lexicon pagebuilder_fe_list_empty. A row with image shows the picture. The section is part of the page context, so the HTML cache does not freeze it. Without Pro the published HTML is not rebuilt.
Provider modx-resources. The filter from the section page: field parent, operator eq, value 5 (parent id, an example). Sort: field publishedon, direction desc. Query limit 20. The section Limit field can be 8.
The same keys are in section data. Publishing or unpublishing a child of parent 5 updates the site list. You do not rewrite the section JSON for that.
Manager preview returns rows through mgr/datasource/query. The site shows cards for children of the parent in the filter. A query with no rows prints pagebuilder_fe_list_empty.
Delete the section.