Skip to main content

ArticleContent Object

Description

Article content in multiple formats: plain text, HTML, structured editor, or rows.

Declaration

type ArticleContent {
text: String
html: String
editor: JSON
rows: [ArticleContentRow!]!
}

Fields

NameTypeDescription
textStringPlain text content.
htmlStringHTML-formatted content.
editorJSONStructured editor content in JSON format.
rows[ArticleContentRow!]!Structured content organized in rows and columns.