ArticleContentRowOptions Object
Description
Display options for an article content row.
Declaration
type ArticleContentRowOptions {
fullWidth: Boolean
carousel: Boolean
backgroundColor: String
noPadding: Boolean
}
Fields
| Name | Type | Description |
|---|---|---|
fullWidth | Boolean | Whether the row spans the full width. |
carousel | Boolean | Whether to display content as a carousel. |
backgroundColor | String | Background color for the row. |
noPadding | Boolean | Whether to remove padding from the row. |