Skip to main content

ContentPageKinds

Overview

ContentPageKinds is a mapping of content page type keys to their corresponding content page models. It organizes the available content page types in the application.

Key-Value Mapping

  • article: ArticleContentPage
    Represents an article-style content page with attributes for authors, sections, and social metadata.

  • content: SimpleContentPage
    Represents a basic content page with optional content blocks.