ArticleContentRow Object
Description
A row containing multiple columns of content blocks.
Declaration
type ArticleContentRow {
id: ID
options: ArticleContentRowOptions
layout: String
columns: [ArticleContentColumn!]!
}
Fields
| Name | Type | Description |
|---|---|---|
id | ID | Unique identifier for the row. |
options | ArticleContentRowOptions | Display options for this row. |
layout | String | Layout identifier for the row. |
columns | [ArticleContentColumn!]! | Columns within this row. |