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
| Name | Type | Description |
|---|---|---|
text | String | Plain text content. |
html | String | HTML-formatted content. |
editor | JSON | Structured editor content in JSON format. |
rows | [ArticleContentRow!]! | Structured content organized in rows and columns. |