Page Liquid Object Reference - 0.9.5

Object Name Page
Version 0.9.5

Description

The Page object represents a CMS page for the Store.

Attributes

Attribute Type Description
base_path String Returns the value of the Path attribute, without the Store path
body_content String Returns the value of the Body attribute as rich text
children List[Page] Returns a list of child Pages
content String Returns the value of the Content attribute as rich text
content_blocks List[ContentBlock] Returns list of ContentBlocks belonging to this Page
id String Returns the unique id for this Page
identifier String Returns the value of the Identifier attribute
meta_description String Returns the value of the Meta Description attribute
meta_keywords String Returns the value of the Meta Keywords attribute
meta_title String Returns the value of the Meta Title attribute
name String Returns the value of the Name attribute
parent_page Page Returns this Page’s parent Page
path String Returns the url path for this Page
related_pages List[Page] Returns a list of related Pages
root_page Page Returns this Page’s top-most parent Page
subtitle String Returns the value of the Subtitle attribute
title String Returns the value of the Title attribute
url String Returns the complete url for this Page

Objects that return Pages

Back to Object List

Back to Liquid Reference for 0.9.5

 

 
Back to Documentation