Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cfmitrah/8dbd29e5569a00a541e2 to your computer and use it in GitHub Desktop.
Save cfmitrah/8dbd29e5569a00a541e2 to your computer and use it in GitHub Desktop.
Enabling third level menu in MuraCMS 6 bootstrap theme
<cf_CacheOMatic key="dspPrimaryNav#$.content('contentid')#">
#$.dspPrimaryNav(
viewDepth=2,
id='navPrimary',
class='nav',
displayHome='Never',
closePortals=false,
showCurrentChildrenOnly=false,
ulTopClass='nav',
ulNestedClass='dropdown-menu',
liHasKidsClass='dropdown',
liHasKidsCustomString='',
liHasKidsNestedClass='dropdown-submenu',
liNestedClass='',
liCurrentClass='active',
aCurrentClass=''
)#
</cf_cacheomatic>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment