Skip to main content

ContentTypes

Overview

ContentTypes is a mapping of content type keys to their corresponding content type models. It organizes all the supported content types within the application.

Key-Value Mapping

  • block: ContentBlockType
    Represents a union of all content block types.

  • navigation: NavigationMenuItem
    Represents a navigation menu item.

  • footer: Footer
    Represents the footer content.

  • page: Page
    Represents a page content type.

  • theme: ThemeData
    Represents theme-related data, such as colors and typography.

  • categoryPage: CategoryPage
    Represents a category page content type.

  • productPage: ProductPage
    Represents a product page content type.