PageArchiveBanner
Public blog-style page archive. It renders published default pages as cards using
their publicName, Open Graph image and assigned tags. It includes the common
banner props, archive intro markdown, filtering, ordering and infinite
loading.
Props
CMS id.
Hides the public filter controls.
Number of cards loaded per request.
Disables load more after the first page.
Optional independent archive state key.
Supported query defaults
The CMS query field accepts the same serialized query-param rows as other
archives. ID dominates every other filter. Repeat ID or TAG to select more
than one value.
| Key | Meaning |
|---|---|
ID | Page id |
TAG | Exact tag name |
CREATED_AT_MIN / CREATED_AT_MAX | Inclusive creation-date range |
UPDATED_AT_MIN / UPDATED_AT_MAX | Inclusive update-date range |
sort | ID, NAME, CREATED_AT or UPDATED_AT |
order | ASC or DESC |
Examples:
TAG=News&TAG=Events&sort=CREATED_AT&order=DESC
CREATED_AT_MIN=2026-01-01&CREATED_AT_MAX=2026-12-31
ID=page_123&ID=page_456CMS setup
Assign one or more tags to each page, set its public name and select an OG image. In multi-domain mode the archive endpoint always applies the current explicit domain, so pages from another site cannot leak into the grid.