ArticleCategory - Liquid Object Reference - 1.0.0
| Object Name | ArticleCategory | 
| Version | 1.0.0 | 
Description
The ArticleCategory object defines a grouping of Articles that can be viewed on the Store. ArticleCategories can be nested.
Attributes
| Attribute | Type | Description | 
|---|---|---|
| articles | PaginatedList[Article] | Returns list of Articles in this ArticleCategory | 
| children | List[ArticleCategory] | Returns list of ArticleCategories belonging to this ArticleCategory | 
| data | Object | Returns a custom data object for this object | 
| id | String | Returns the unique id for this ArticleCategory | 
| identifier | String | Returns the value of the Identifier attribute | 
| information_content | String | Returns the value of the Information attribute as rich text | 
| introduction_content | String | Returns the value of the Introduction attribute as rich text | 
| name | String | Returns the value of the Name attribute | 
| navigation_children | List[ArticleCategory] | Returns a list of child ArticleCategories that are enabled to appear in navigation menus | 
| parent | ArticleCategory | Returns the parent ArticleCategory of this ArticleCategory | 
| path | String | Returns the url path for this ArticleCategory | 
| social_image | Image | Returns the image to be used when sharing this ArticleCategory | 
| type | String | Returns the value of the Type attribute | 
| url | String | Returns the complete url for this ArticleCategory | 
Objects that return ArticleCategories
Back to Liquid Reference for 1.0.0
Back to Documentation