Skip to main content

ArticleContentRow Object

Description

A row containing multiple columns of content blocks.

Declaration

type ArticleContentRow {
id: ID
options: ArticleContentRowOptions
layout: String
columns: [ArticleContentColumn!]!
}

Fields

NameTypeDescription
idIDUnique identifier for the row.
optionsArticleContentRowOptionsDisplay options for this row.
layoutStringLayout identifier for the row.
columns[ArticleContentColumn!]!Columns within this row.