Skip to Content
BannersPageArchiveBanner

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

id
string
required

CMS id.

hideFilters
boolean
required

Hides the public filter controls.

paginationSize
number
required

Number of cards loaded per request.

paginationDisabled
boolean
required

Disables load more after the first page.

archiveStateKey
string

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.

KeyMeaning
IDPage id
TAGExact tag name
CREATED_AT_MIN / CREATED_AT_MAXInclusive creation-date range
UPDATED_AT_MIN / UPDATED_AT_MAXInclusive update-date range
sortID, NAME, CREATED_AT or UPDATED_AT
orderASC 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_456

CMS 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.

Last updated on