AutoNav and Bootstrap

Permalink
How do I incorporate autonav into a standard Boostrap navbar?
Do I just put the editable area between the ul tags?

trixiemay
 
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
Hi trixiemay,

This would involve creating an Auto-Nav custom template. In the custom template you would need to match the HTML and classes to the structure required by Bootstrap. The Boostrap navbar requires the collapse.js plugin, which is part of the full bootstrap.js. If you aren't using bootstrap.js, you can register collapse.js as a block asset.
trixiemay replied on at Permalink Reply
trixiemay
Awesome! Thanks Karl (love your comedy btw!)