ArticleContentPage
extends BasePage
Overview
- This content page type extends
BasePage
. Refer to theBasePage
documentation for attributes that aren't listed here. - This content page type is a member of the
ContentPageKinds
discriminated union.
Attributes
kind
type: literal = 'article'
Discriminant for this content page type.
author
type: string
(optional)
The author of the article.
content
type: [ArticleSectionBlock](./ArticleSectionBlock)[]
(optional)
List of sections comprising the article content.
bottomContent
type: [ContentBlockType](./ContentBlockType)
(optional)
Additional content to be displayed at the bottom of the article.
social
type: [Social](./Social)
(optional)
Social metadata associated with the article.
headerImage
type: [ContentBlockType](./ContentBlockType)
(optional)
Media to be displayed as the header image for the article.
readTime
type: string
(optional)
Estimated read time for the article.
articleDate
type: string
(optional)
Publication date of the article.
category
type: string
(optional)
Category to which the article belongs.