ArticleContentBlock Object
Description
A single content block within an article's structured content.
Declaration
type ArticleContentBlock {
id: ID
type: String
data: JSON
}
Fields
| Name | Type | Description |
|---|---|---|
id | ID | Unique identifier for the block. |
type | String | Type of content block. |
data | JSON | Block-specific data in JSON format. |