Skip to content
David Estes edited this page May 15, 2014 · 3 revisions

The menu helper is capable of generating a <ul> block of the menu trees created in the administrative panel. Example Syntax:

<sp:menu name="Main" id="navigation"/>

Or in your Page Content with Handlebars:

{{{menu name="Main" id="navigation"}}}

Might output

Options

  • maxDepth -- Supports a maximum menu depth
  • name -- Name of the menu to render
Clone this wiki locally