Skip to content

Instantly share code, notes, and snippets.

@srsad
Created August 22, 2018 07:46
Show Gist options
  • Save srsad/7956600fb360c868c50077a4528ad784 to your computer and use it in GitHub Desktop.
Save srsad/7956600fb360c868c50077a4528ad784 to your computer and use it in GitHub Desktop.
{'pdoMenu' | snippet : [
'parents' => 0,
'level' => 2,
'outerTpl' => '@INLINE {{+wrapper}}',
'rowClass' => 'nav-item',
'parentClass'=> 'dropdown',
'innerClass' => 'dropdown-item',
'tpl' => '@INLINE
<li{{+classes}}>
<a href="{{+link}}" class="nav-link" {{+attributes}}>
{{+menutitle}}
</a>
{{+wrapper}}
</li>',
'tplParentRow' => '@INLINE
<li{{+classes}}>
<a class="nav-link dropdown-toggle" href="{{+link}}" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" {{+attributes}}>
{{+menutitle}}
</a>
{{+wrapper}}
</li>',
'tplInner' => '@INLINE
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
{{+wrapper}}
</div>',
'tplInnerRow' => '@INLINE <a class="dropdown-item" href="{{+link}}" {{+attributes}}>{{+menutitle}}</a>'
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment