Menu - Liquid Object Reference - 0.10.11
| Object Name | Menu |
| Version | 0.10.11 |
Description
The Menu object contains information about a Menu for the Store. It contains various MenuItems that build up the Menu’s content.
Attributes
| Attribute | Type | Description |
|---|---|---|
| id | String | Returns the unique id for this Menu |
| identifier | String | Returns the value of the Identifier attribute |
| menu_items | List[MenuItem] | Returns a list of MenuItems belonging to this Menu |
| render | String | Returns the rendered HTML content for this Menu |
| style_classes | String | Returns the CSS classes that should be added for this Menu |
Objects that return Menus
Back to Liquid Reference for 0.10.11
Back to Documentation