ContentBlock - Liquid Object Reference - 1.0.0
| Object Name | ContentBlock | 
| Version | 1.0.0 | 
Description
The ContentBlock object contains configuration information for an area of content created in the CMS.
Attributes
| Attribute | Type | Description | 
|---|---|---|
| alignment | String | Returns the value of the Alignment attribute | 
| articles | List[Article] | Returns a list of Articles linked to this Content Block | 
| children | List[ContentBlock] | Returns a list of child Content Blocks linked to this Content Block | 
| content | String | Returns the value of the Content attribute as rich text | 
| data | Object | Returns a custom data object for this object | 
| document | Document | Returns the Document linked to this Content Block | 
| file | File | Returns the File linked to this Content Block | 
| id | String | Returns the unique id for this Content Block | 
| identifier | String | Returns the value of the Identifier attribute | 
| image | Image | Returns the Image linked to this Content Block | 
| layout_style | String | Returns the value of the Layout Style attribute | 
| link_label | String | Returns the value of the Link Label attribute | 
| link_target | String | Returns the value of the Link Target attribute | 
| medium | Medium | Returns the Medium linked to this Content Block | 
| pages | List[Page] | Returns a list of Pages linked to this Content Block | 
| product_categories | List[ProductCategory] | Returns a list of ProductCategories linked to this Content Block | 
| products | List[Product] | Returns a list of Products linked to this Content Block | 
| pull_text | String | Returns the value of the Pull Text attribute | 
| render | String | Returns the rendered HTML content for this Content Block | 
| sub_type | String | Returns the value of the Sub Type attribute | 
| subtitle | String | Returns the value of the Subtitle attribute | 
| summary_content | String | Returns the value of the Summary attribute as rich text | 
| template | String | Returns the value of the Template attribute | 
| title | String | Returns the value of the Title attribute | 
| video | Video | Returns the Video linked to this Content Block | 
Objects that return ContentBlocks
Back to Liquid Reference for 1.0.0
Back to Documentation