0

I want to create a sub menu that uses divs and spans instead of uls, eg:

<ul>
 <li>Item</li>
 <li>Item</li>
 <li>Item
  <div>
    <span>Sub-item</span>
    <span>Sub-item</span>
    <span>Sub-item</span>
  </div>
 </li>
 <li>Item</li>
</ul>

Is there a way to achieve this with Wayfinder (or getResources)?

MeltingDog
  • 14,310
  • 43
  • 165
  • 295
  • Yep. Lots of different template parameters. It's all right there in the docs. https://rtfm.modx.com/extras/revo/wayfinder – LIannotti Aug 31 '16 at 02:36
  • @LIannotti ah, just so I make sure I understand, is `&innerTpl` and `&innerRowTpl ` the parameters I would need? – MeltingDog Aug 31 '16 at 23:44

0 Answers0