Skip to main content

ArticleContentRowOptions Object

Description

Display options for an article content row.

Declaration

type ArticleContentRowOptions {
fullWidth: Boolean
carousel: Boolean
backgroundColor: String
noPadding: Boolean
}

Fields

NameTypeDescription
fullWidthBooleanWhether the row spans the full width.
carouselBooleanWhether to display content as a carousel.
backgroundColorStringBackground color for the row.
noPaddingBooleanWhether to remove padding from the row.