SimpleContentPage
Overview
SimpleContentPage
represents a basic content page with customizable content blocks. It extends the BasePage
model and is designed for static or informational pages.
Attributes
type
type: literal = 'simple'
Discriminant for this page type, indicating it is a simple content page.
id
type: string
A unique identifier for the content page.
handle
type: string
The slug or unique identifier used for the page URL.
title
type: string
The title of the page, displayed in the browser tab and metadata.
description
type: string
A description of the page, used for SEO and metadata.
openGraph
type: OpenGraph (optional)
The OpenGraph metadata for the page, enhancing social media sharing.
lastModified
type: Date (optional)
The last modification date of the page, useful for caching and sitemap generation.
content
type: ContentBlockType (optional)
The primary content blocks of the page.