Displays a website menu when placed on a Web Page; Page Template or Content Holder.
Syntax
{bb_menu source="" collectionName="" simplelist="true|false" layout="" ulClass="nav-menu-ul" liClass="nav-menu-li"}
Properties
- source - This parameter selects the menu that the module should render.
- collectionName - The parameter is used to access the collection the Liquid tags. Part of future release.
- simplelist - This parameter If true, and no collectionName is specified, will render an unordered list of the menu items to three levels deep.
- layout - Renders the module output using:
layout="Default"
- sets the layout to the Default module layout;layout="My Custom Layout"
- sets the layout to use a custom layout template;layout=""
- allows the user to code the layout right on the web page HTML.
- ulClass - Inserts a class in to the parent <ul> element.
- liClass - Inserts a class in to all parent <li> elements.
Liquid Tags
{{menuId}}
– System generated ID.{{menuName}}
– menu name.
Comments
0 comments
Please sign in to leave a comment.